MVN

rocks.coffeenet : autoconfigure

Maven & Gradle

Feb 01, 2019
6 usages
11 stars

CoffeeNet Autoconfigure · Autoconfigure will be used in the starter dependencies to configure different integrations into the coffeenet

<dependency>
    <groupId>rocks.coffeenet</groupId>
    <artifactId>autoconfigure</artifactId>
    <version>0.38.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rocks.coffeenet : autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.38.2

All Versions

Choose a version of rocks.coffeenet : autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.38.x
autoconfigure-0.38.2

How to add a dependency to Maven

Add the following rocks.coffeenet : autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>rocks.coffeenet</groupId>
    <artifactId>autoconfigure</artifactId>
    <version>0.38.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following rocks.coffeenet : autoconfigure gradle dependency to your build.gradle file:

implementation 'rocks.coffeenet:autoconfigure:0.38.2'

Gradle Kotlin DSL: Add the following rocks.coffeenet : autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("rocks.coffeenet:autoconfigure:0.38.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following rocks.coffeenet : autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "rocks.coffeenet" % "autoconfigure" % "0.38.2"