MVN

com.dorkbox : Annotations-Dorkbox-Util

Maven & Gradle

May 31, 2016
1 usages
5 stars

Annotations-Dorkbox-Util · Utilities for the Annotations project.

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>Annotations-Dorkbox-Util</artifactId>
    <version>2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dorkbox : Annotations-Dorkbox-Util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10

All Versions

Choose a version of com.dorkbox : Annotations-Dorkbox-Util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10
Annotations-Dorkbox-Util-2.10
2.9
Annotations-Dorkbox-Util-2.9
2.8
Annotations-Dorkbox-Util-2.8
2.7
Annotations-Dorkbox-Util-2.7
2.6
Annotations-Dorkbox-Util-2.6
2.5
Annotations-Dorkbox-Util-2.5
2.4
Annotations-Dorkbox-Util-2.4
2.2
Annotations-Dorkbox-Util-2.2
2.1
Annotations-Dorkbox-Util-2.1
2.0
Annotations-Dorkbox-Util-2.0
1.2
Annotations-Dorkbox-Util-1.2
1.1
Annotations-Dorkbox-Util-1.1

How to add a dependency to Maven

Add the following com.dorkbox : Annotations-Dorkbox-Util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>Annotations-Dorkbox-Util</artifactId>
    <version>2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dorkbox : Annotations-Dorkbox-Util gradle dependency to your build.gradle file:

implementation 'com.dorkbox:Annotations-Dorkbox-Util:2.10'

Gradle Kotlin DSL: Add the following com.dorkbox : Annotations-Dorkbox-Util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dorkbox:Annotations-Dorkbox-Util:2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dorkbox : Annotations-Dorkbox-Util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dorkbox" % "Annotations-Dorkbox-Util" % "2.10"