MVN

org.tango-controls : Jive

Maven & Gradle

Dec 02, 2022

Jive · Jive

<dependency>
    <groupId>org.tango-controls</groupId>
    <artifactId>Jive</artifactId>
    <version>7.38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tango-controls : Jive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.38

All Versions

Choose a version of org.tango-controls : Jive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.38
Jive-7.38
7.37
Jive-7.37
7.36
Jive-7.36
7.35
Jive-7.35

How to add a dependency to Maven

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

<dependency>
    <groupId>org.tango-controls</groupId>
    <artifactId>Jive</artifactId>
    <version>7.38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tango-controls : Jive gradle dependency to your build.gradle file:

implementation 'org.tango-controls:Jive:7.38'

Gradle Kotlin DSL: Add the following org.tango-controls : Jive gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tango-controls:Jive:7.38")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tango-controls : Jive sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tango-controls" % "Jive" % "7.38"

Advertisement