MVN

com.github.geirolz : advxml_2.13

Maven & Gradle

Jan 02, 2021
59 stars

Advxml · Advxml

<dependency>
    <groupId>com.github.geirolz</groupId>
    <artifactId>advxml_2.13</artifactId>
    <version>2.3.0-NB-SN1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.geirolz : advxml_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0-NB-SN1
  • Latest Release Candidate: 2.3.0-RC2

All Versions

Choose a version of com.github.geirolz : advxml_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
advxml_2.13-2.3.0-NB-SN1
advxml_2.13-2.3.0-NEW-BUILD
advxml_2.13-2.3.0-RC2
2.2.x
advxml_2.13-2.2.1
advxml_2.13-2.2.0
advxml_2.13-2.2.0-RC1
2.1.x
advxml_2.13-2.1.0
advxml_2.13-2.1.0-RC1
2.0.x
advxml_2.13-2.0.0
advxml_2.13-2.0.0-RC3
advxml_2.13-2.0.0-RC2
advxml_2.13-2.0.0-RC1
0.1.x
advxml_2.13-0.1.6
advxml_2.13-0.1.5
advxml_2.13-0.1.4
advxml_2.13-0.1.3
advxml_2.13-0.1.2
advxml_2.13-0.1.1
advxml_2.13-0.1.0

How to add a dependency to Maven

Add the following com.github.geirolz : advxml_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.geirolz</groupId>
    <artifactId>advxml_2.13</artifactId>
    <version>2.3.0-NB-SN1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.geirolz : advxml_2.13 gradle dependency to your build.gradle file:

implementation 'com.github.geirolz:advxml_2.13:2.3.0-NB-SN1'

Gradle Kotlin DSL: Add the following com.github.geirolz : advxml_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.geirolz:advxml_2.13:2.3.0-NB-SN1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.geirolz : advxml_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.geirolz" % "advxml_2.13" % "2.3.0-NB-SN1"

Advertisement