MVN

tools.devnull : cafeina

Maven & Gradle

May 03, 2018
38 stars

cafeina · Projeto destinado a mapear as diversas situações em que nós, programadores, temos que enfrentar em nossos árduos e sombrios dias (e noites, e madrugadas, e mais outros dias) de trabalho como papéis higiênicos de TI com folha dupla.

<dependency>
    <groupId>tools.devnull</groupId>
    <artifactId>cafeina</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tools.devnull : cafeina to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of tools.devnull : cafeina to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
cafeina-0.2.0
0.1.x
cafeina-0.1.0

How to add a dependency to Maven

Add the following tools.devnull : cafeina maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tools.devnull</groupId>
    <artifactId>cafeina</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tools.devnull : cafeina gradle dependency to your build.gradle file:

implementation 'tools.devnull:cafeina:0.2.0'

Gradle Kotlin DSL: Add the following tools.devnull : cafeina gradle kotlin dependency to your build.gradle.kts file:

implementation("tools.devnull:cafeina:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tools.devnull : cafeina sbt scala dependency to your build.sbt file:

libraryDependencies += "tools.devnull" % "cafeina" % "0.2.0"

Advertisement