MVN

xin.alum : aim-cluster

Maven & Gradle

Feb 21, 2023
2 usages

Aim/Cluster · alum-aim-cluster project for Spring Boot

<dependency>
    <groupId>xin.alum</groupId>
    <artifactId>aim-cluster</artifactId>
    <version>1.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xin.alum : aim-cluster to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.5

All Versions

Choose a version of xin.alum : aim-cluster to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
aim-cluster-1.6.5
aim-cluster-1.6.3
aim-cluster-1.6.2
aim-cluster-1.6.0
1.5.x
aim-cluster-1.5.9
aim-cluster-1.5.8
aim-cluster-1.5.7
aim-cluster-1.5.6
aim-cluster-1.5.5
aim-cluster-1.5.4
aim-cluster-1.5.3
aim-cluster-1.5.2
aim-cluster-1.5.1
aim-cluster-1.5.0
1.4.x
aim-cluster-1.4.9
aim-cluster-1.4.8
aim-cluster-1.4.7
aim-cluster-1.4.6
aim-cluster-1.4.5
aim-cluster-1.4.3
aim-cluster-1.4.2
aim-cluster-1.4.1
aim-cluster-1.4.0
1.3.x
aim-cluster-1.3.9
aim-cluster-1.3.8
aim-cluster-1.3.7
aim-cluster-1.3.6
aim-cluster-1.3.5
aim-cluster-1.3.3
aim-cluster-1.3.2
aim-cluster-1.3.1
aim-cluster-1.3.0
1.2.x
aim-cluster-1.2.7
aim-cluster-1.2.6
aim-cluster-1.2.5
aim-cluster-1.2.4
aim-cluster-1.2.3
aim-cluster-1.2.2
aim-cluster-1.2.1
aim-cluster-1.2.0
1.1.x
aim-cluster-1.1.8
aim-cluster-1.1.7
aim-cluster-1.1.6
aim-cluster-1.1.5
aim-cluster-1.1.4
aim-cluster-1.1.3
aim-cluster-1.1.2
aim-cluster-1.1.1
aim-cluster-1.1.0
1.0.x
aim-cluster-1.0.9
aim-cluster-1.0.8
aim-cluster-1.0.7
aim-cluster-1.0.6
aim-cluster-1.0.5
aim-cluster-1.0.4
aim-cluster-1.0.3
aim-cluster-1.0.2
aim-cluster-1.0.1
aim-cluster-1.0.0

How to add a dependency to Maven

Add the following xin.alum : aim-cluster maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xin.alum</groupId>
    <artifactId>aim-cluster</artifactId>
    <version>1.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xin.alum : aim-cluster gradle dependency to your build.gradle file:

implementation 'xin.alum:aim-cluster:1.6.5'

Gradle Kotlin DSL: Add the following xin.alum : aim-cluster gradle kotlin dependency to your build.gradle.kts file:

implementation("xin.alum:aim-cluster:1.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following xin.alum : aim-cluster sbt scala dependency to your build.sbt file:

libraryDependencies += "xin.alum" % "aim-cluster" % "1.6.5"

Advertisement