MVN

fr.ird.observe.toolkit : jaxx-extension

Maven & Gradle

Dec 22, 2017
1 usages

ObServe Toolkit :: Jaxx Widgets Extension · ObServe Toolkit Jaxx Widgets Extension module

<dependency>
    <groupId>fr.ird.observe.toolkit</groupId>
    <artifactId>jaxx-extension</artifactId>
    <version>2.0-alpha-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.ird.observe.toolkit : jaxx-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0-alpha-2
  • Latest Alpha: 2.0-alpha-2

All Versions

Choose a version of fr.ird.observe.toolkit : jaxx-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
jaxx-extension-2.0-alpha-2
jaxx-extension-2.0-alpha-1

How to add a dependency to Maven

Add the following fr.ird.observe.toolkit : jaxx-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.ird.observe.toolkit</groupId>
    <artifactId>jaxx-extension</artifactId>
    <version>2.0-alpha-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.ird.observe.toolkit : jaxx-extension gradle dependency to your build.gradle file:

implementation 'fr.ird.observe.toolkit:jaxx-extension:2.0-alpha-2'

Gradle Kotlin DSL: Add the following fr.ird.observe.toolkit : jaxx-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.ird.observe.toolkit:jaxx-extension:2.0-alpha-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.ird.observe.toolkit : jaxx-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.ird.observe.toolkit" % "jaxx-extension" % "2.0-alpha-2"

Advertisement