MVN

com.chillycheesy : modulo-api

Maven & Gradle

Jan 30, 2023
5 stars

modulo-api · Modulo is a collaborative Java framework, where anybody can add any module to his Modulo Server.

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

Latest Version

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

  • Latest Stable: BINKS-0.4.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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