MVN

org.xillium : xillium-gear

Maven & Gradle

Aug 15, 2019
2 stars

Xillium Platform - Gear

<dependency>
    <groupId>org.xillium</groupId>
    <artifactId>xillium-gear</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xillium : xillium-gear to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of org.xillium : xillium-gear to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
xillium-gear-1.2.2
xillium-gear-1.2.1
xillium-gear-1.2.0
1.1.x
xillium-gear-1.1.8
xillium-gear-1.1.7
xillium-gear-1.1.6
xillium-gear-1.1.5
xillium-gear-1.1.4
xillium-gear-1.1.3
xillium-gear-1.1.2
xillium-gear-1.1.1
xillium-gear-1.1.0

How to add a dependency to Maven

Add the following org.xillium : xillium-gear maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xillium</groupId>
    <artifactId>xillium-gear</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xillium : xillium-gear gradle dependency to your build.gradle file:

implementation 'org.xillium:xillium-gear:1.2.2'

Gradle Kotlin DSL: Add the following org.xillium : xillium-gear gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xillium:xillium-gear:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xillium : xillium-gear sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xillium" % "xillium-gear" % "1.2.2"