MVN

com.axinfu : axf-util

Maven & Gradle

Jul 20, 2022

axf-util · axf-util

<dependency>
    <groupId>com.axinfu</groupId>
    <artifactId>axf-util</artifactId>
    <version>1.2.7R</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axinfu : axf-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.7R

All Versions

Choose a version of com.axinfu : axf-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
axf-util-1.2.7R
axf-util-1.2.6R
axf-util-1.2.5R
axf-util-1.2.4R
axf-util-1.2.3R
axf-util-1.2.2R
axf-util-1.2.1R
1.1.x
axf-util-1.1.5R
axf-util-1.1.4R
axf-util-1.1.3R
axf-util-1.1.2R
axf-util-1.1.1R
1.0.x
axf-util-1.0.19R
axf-util-1.0.18R
axf-util-1.0.17R
axf-util-1.0.16R
axf-util-1.0.15R
axf-util-1.0.14R
axf-util-1.0.13R
axf-util-1.0.12R
axf-util-1.0.11R
axf-util-1.0.10R
axf-util-1.0.9R
axf-util-1.0.8R
axf-util-1.0.7R
axf-util-1.0.6R
axf-util-1.0.5R
axf-util-1.0.4R
axf-util-1.0.3R
axf-util-1.0.2R
axf-util-1.0.1R

How to add a dependency to Maven

Add the following com.axinfu : axf-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.axinfu</groupId>
    <artifactId>axf-util</artifactId>
    <version>1.2.7R</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.axinfu : axf-util gradle dependency to your build.gradle file:

implementation 'com.axinfu:axf-util:1.2.7R'

Gradle Kotlin DSL: Add the following com.axinfu : axf-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.axinfu:axf-util:1.2.7R")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.axinfu : axf-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.axinfu" % "axf-util" % "1.2.7R"