MVN

org.nuiton.jaxx : jaxx-tutorial-config

Maven & Gradle

May 15, 2011

JAXX :: Tutorial Config · JAXX Tutorial Config

<dependency>
    <groupId>org.nuiton.jaxx</groupId>
    <artifactId>jaxx-tutorial-config</artifactId>
    <version>2.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nuiton.jaxx : jaxx-tutorial-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.2

All Versions

Choose a version of org.nuiton.jaxx : jaxx-tutorial-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
jaxx-tutorial-config-2.4.2
jaxx-tutorial-config-2.4.1
2.4
jaxx-tutorial-config-2.4
2.3
jaxx-tutorial-config-2.3
2.2.x
jaxx-tutorial-config-2.2.5
jaxx-tutorial-config-2.2.4
jaxx-tutorial-config-2.2.2
jaxx-tutorial-config-2.2.1
2.2
jaxx-tutorial-config-2.2
2.1.x
jaxx-tutorial-config-2.1.1
2.1
jaxx-tutorial-config-2.1

How to add a dependency to Maven

Add the following org.nuiton.jaxx : jaxx-tutorial-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nuiton.jaxx</groupId>
    <artifactId>jaxx-tutorial-config</artifactId>
    <version>2.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nuiton.jaxx : jaxx-tutorial-config gradle dependency to your build.gradle file:

implementation 'org.nuiton.jaxx:jaxx-tutorial-config:2.4.2'

Gradle Kotlin DSL: Add the following org.nuiton.jaxx : jaxx-tutorial-config gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nuiton.jaxx:jaxx-tutorial-config:2.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nuiton.jaxx : jaxx-tutorial-config sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nuiton.jaxx" % "jaxx-tutorial-config" % "2.4.2"

Advertisement