MVN

de.pfabulist.roast : roast-types

Maven & Gradle

May 04, 2018
4 usages

roast · a roast of java to make it delightful

<dependency>
    <groupId>de.pfabulist.roast</groupId>
    <artifactId>roast-types</artifactId>
    <version>0.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.pfabulist.roast : roast-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.3

All Versions

Choose a version of de.pfabulist.roast : roast-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
roast-types-0.7.3
roast-types-0.7.2

How to add a dependency to Maven

Add the following de.pfabulist.roast : roast-types maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.pfabulist.roast</groupId>
    <artifactId>roast-types</artifactId>
    <version>0.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.pfabulist.roast : roast-types gradle dependency to your build.gradle file:

implementation 'de.pfabulist.roast:roast-types:0.7.3'

Gradle Kotlin DSL: Add the following de.pfabulist.roast : roast-types gradle kotlin dependency to your build.gradle.kts file:

implementation("de.pfabulist.roast:roast-types:0.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.pfabulist.roast : roast-types sbt scala dependency to your build.sbt file:

libraryDependencies += "de.pfabulist.roast" % "roast-types" % "0.7.3"

Advertisement