MVN

io.github.AnLaVN : AL-Library_VN

Maven & Gradle

Aug 12, 2023
3 stars

AL-Library_VN · Java library for many thing wonderful

<dependency>
    <groupId>io.github.AnLaVN</groupId>
    <artifactId>AL-Library_VN</artifactId>
    <version>4.68.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.AnLaVN : AL-Library_VN to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.68.11

All Versions

Choose a version of io.github.AnLaVN : AL-Library_VN to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.68.x
AL-Library_VN-4.68.11
3.69.x
AL-Library_VN-3.69.11.17
AL-Library_VN-3.69.11
3.68.x
AL-Library_VN-3.68.11

How to add a dependency to Maven

Add the following io.github.AnLaVN : AL-Library_VN maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.AnLaVN</groupId>
    <artifactId>AL-Library_VN</artifactId>
    <version>4.68.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.AnLaVN : AL-Library_VN gradle dependency to your build.gradle file:

implementation 'io.github.AnLaVN:AL-Library_VN:4.68.11'

Gradle Kotlin DSL: Add the following io.github.AnLaVN : AL-Library_VN gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.AnLaVN:AL-Library_VN:4.68.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.AnLaVN : AL-Library_VN sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.AnLaVN" % "AL-Library_VN" % "4.68.11"