MVN

org.jibx.ota.osgi : jibx-ota-osgi-loyalty

Maven & Gradle

Apr 15, 2010
2 usages

jibx-ota-osgi-loyalty (opentravel OSGI loyalty bundle)

<dependency>
    <groupId>org.jibx.ota.osgi</groupId>
    <artifactId>jibx-ota-osgi-loyalty</artifactId>
    <version>1.2.2-beta-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jibx.ota.osgi : jibx-ota-osgi-loyalty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2-beta-1
  • Latest Beta: 1.2.2-beta-1

All Versions

Choose a version of org.jibx.ota.osgi : jibx-ota-osgi-loyalty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jibx-ota-osgi-loyalty-1.2.2-beta-1

How to add a dependency to Maven

Add the following org.jibx.ota.osgi : jibx-ota-osgi-loyalty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jibx.ota.osgi</groupId>
    <artifactId>jibx-ota-osgi-loyalty</artifactId>
    <version>1.2.2-beta-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jibx.ota.osgi : jibx-ota-osgi-loyalty gradle dependency to your build.gradle file:

implementation 'org.jibx.ota.osgi:jibx-ota-osgi-loyalty:1.2.2-beta-1'

Gradle Kotlin DSL: Add the following org.jibx.ota.osgi : jibx-ota-osgi-loyalty gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jibx.ota.osgi:jibx-ota-osgi-loyalty:1.2.2-beta-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jibx.ota.osgi : jibx-ota-osgi-loyalty sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jibx.ota.osgi" % "jibx-ota-osgi-loyalty" % "1.2.2-beta-1"