MVN

us.careydevelopment.util : api-util

Maven & Gradle

Oct 18, 2021
1 usages
0 stars

API Utilities · Convenience methods for routine API-related tasks

<dependency>
    <groupId>us.careydevelopment.util</groupId>
    <artifactId>api-util</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.careydevelopment.util : api-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of us.careydevelopment.util : api-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
api-util-1.7.0
1.6.x
api-util-1.6.0
1.5.x
api-util-1.5.1
api-util-1.5.0
1.4.x
api-util-1.4.2-RELEASE
api-util-1.4.0-RELEASE
1.3.x
api-util-1.3.0-RELEASE
1.2.x
api-util-1.2.0-RELEASE
1.1.x
api-util-1.1.0-RELEASE
1.0.x
api-util-1.0.0-RELEASE

How to add a dependency to Maven

Add the following us.careydevelopment.util : api-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.careydevelopment.util</groupId>
    <artifactId>api-util</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.careydevelopment.util : api-util gradle dependency to your build.gradle file:

implementation 'us.careydevelopment.util:api-util:1.7.0'

Gradle Kotlin DSL: Add the following us.careydevelopment.util : api-util gradle kotlin dependency to your build.gradle.kts file:

implementation("us.careydevelopment.util:api-util:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.careydevelopment.util : api-util sbt scala dependency to your build.sbt file:

libraryDependencies += "us.careydevelopment.util" % "api-util" % "1.7.0"

Advertisement