MVN

xin.alum : aim-all

Maven & Gradle

Feb 21, 2023

Aim/All-in-One · aim-all project for AIM

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

Latest Version

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

  • Latest Stable: 1.6.5

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement