MVN

de.androbit : brainslug-juel

Maven & Gradle

Aug 20, 2015
1 usages
9 stars
<dependency>
    <groupId>de.androbit</groupId>
    <artifactId>brainslug-juel</artifactId>
    <version>0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.androbit : brainslug-juel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21

All Versions

Choose a version of de.androbit : brainslug-juel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21
brainslug-juel-0.21

How to add a dependency to Maven

Add the following de.androbit : brainslug-juel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.androbit</groupId>
    <artifactId>brainslug-juel</artifactId>
    <version>0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.androbit : brainslug-juel gradle dependency to your build.gradle file:

implementation 'de.androbit:brainslug-juel:0.21'

Gradle Kotlin DSL: Add the following de.androbit : brainslug-juel gradle kotlin dependency to your build.gradle.kts file:

implementation("de.androbit:brainslug-juel:0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.androbit : brainslug-juel sbt scala dependency to your build.sbt file:

libraryDependencies += "de.androbit" % "brainslug-juel" % "0.21"

Advertisement