MVN

com.github.fluorumlabs.disconnect : disconnect-zero

Maven & Gradle

Mar 30, 2020
3 usages
6 stars

Disconnect Zero · Disconnect Zero: lightweight web framework

<dependency>
    <groupId>com.github.fluorumlabs.disconnect</groupId>
    <artifactId>disconnect-zero</artifactId>
    <version>0.1.0-alpha2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fluorumlabs.disconnect : disconnect-zero to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-alpha2
  • Latest Alpha: 0.1.0-alpha2

All Versions

Choose a version of com.github.fluorumlabs.disconnect : disconnect-zero to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
disconnect-zero-0.1.0-alpha2
disconnect-zero-0.1.0-alpha1

How to add a dependency to Maven

Add the following com.github.fluorumlabs.disconnect : disconnect-zero maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fluorumlabs.disconnect</groupId>
    <artifactId>disconnect-zero</artifactId>
    <version>0.1.0-alpha2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fluorumlabs.disconnect : disconnect-zero gradle dependency to your build.gradle file:

implementation 'com.github.fluorumlabs.disconnect:disconnect-zero:0.1.0-alpha2'

Gradle Kotlin DSL: Add the following com.github.fluorumlabs.disconnect : disconnect-zero gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fluorumlabs.disconnect:disconnect-zero:0.1.0-alpha2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fluorumlabs.disconnect : disconnect-zero sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fluorumlabs.disconnect" % "disconnect-zero" % "0.1.0-alpha2"

Advertisement