MVN

cc.altius.utils : altiusUtilsMaven

Maven & Gradle

Feb 22, 2024

altiusUtilsMaven · This is a AltiusUtils Maven Dependency publishing to Maven Central

<dependency>
    <groupId>cc.altius.utils</groupId>
    <artifactId>altiusUtilsMaven</artifactId>
    <version>1.38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.altius.utils : altiusUtilsMaven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.38

All Versions

Choose a version of cc.altius.utils : altiusUtilsMaven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.38
altiusUtilsMaven-1.38

How to add a dependency to Maven

Add the following cc.altius.utils : altiusUtilsMaven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.altius.utils</groupId>
    <artifactId>altiusUtilsMaven</artifactId>
    <version>1.38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.altius.utils : altiusUtilsMaven gradle dependency to your build.gradle file:

implementation 'cc.altius.utils:altiusUtilsMaven:1.38'

Gradle Kotlin DSL: Add the following cc.altius.utils : altiusUtilsMaven gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.altius.utils:altiusUtilsMaven:1.38")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.altius.utils : altiusUtilsMaven sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.altius.utils" % "altiusUtilsMaven" % "1.38"