MVN

com.chillycheesy : modulo-server

Maven & Gradle

Jan 30, 2023
5 stars

ModuloServer · Modulo Server provide the ServerModule and all system about the server starting actions.

<dependency>
    <groupId>com.chillycheesy</groupId>
    <artifactId>modulo-server</artifactId>
    <version>BINKS-0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chillycheesy : modulo-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: BINKS-0.4.0

All Versions

Choose a version of com.chillycheesy : modulo-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
BINKS
modulo-server-BINKS-0.4.0
modulo-server-BINKS-0.3.0
modulo-server-BINKS-0.1.2
modulo-server-BINKS-0.1.1
modulo-server-BINKS-0.1.0
modulo-server-BINKS-0.0.4
modulo-server-BINKS-0.0.3

How to add a dependency to Maven

Add the following com.chillycheesy : modulo-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.chillycheesy</groupId>
    <artifactId>modulo-server</artifactId>
    <version>BINKS-0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chillycheesy : modulo-server gradle dependency to your build.gradle file:

implementation 'com.chillycheesy:modulo-server:BINKS-0.4.0'

Gradle Kotlin DSL: Add the following com.chillycheesy : modulo-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chillycheesy:modulo-server:BINKS-0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chillycheesy : modulo-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chillycheesy" % "modulo-server" % "BINKS-0.4.0"

Advertisement