MVN

net.sourceforge.ota-tools.schema.xmlbeans : ota-tools-schema-xmlbeans-2010a-ping

Maven & Gradle

Jan 01, 2015

ota-tools-schema-xmlbeans-2010a-ping (opentravel xmlbeans of 2010A for ping schema)

<dependency>
    <groupId>net.sourceforge.ota-tools.schema.xmlbeans</groupId>
    <artifactId>ota-tools-schema-xmlbeans-2010a-ping</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.ota-tools.schema.xmlbeans : ota-tools-schema-xmlbeans-2010a-ping to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of net.sourceforge.ota-tools.schema.xmlbeans : ota-tools-schema-xmlbeans-2010a-ping to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ota-tools-schema-xmlbeans-2010a-ping-1.1.6
ota-tools-schema-xmlbeans-2010a-ping-1.1.5
ota-tools-schema-xmlbeans-2010a-ping-1.1.4
ota-tools-schema-xmlbeans-2010a-ping-1.1.3
ota-tools-schema-xmlbeans-2010a-ping-1.1.2
ota-tools-schema-xmlbeans-2010a-ping-1.1.1
ota-tools-schema-xmlbeans-2010a-ping-1.1.0
1.0.x
ota-tools-schema-xmlbeans-2010a-ping-1.0.1

How to add a dependency to Maven

Add the following net.sourceforge.ota-tools.schema.xmlbeans : ota-tools-schema-xmlbeans-2010a-ping maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.ota-tools.schema.xmlbeans</groupId>
    <artifactId>ota-tools-schema-xmlbeans-2010a-ping</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.ota-tools.schema.xmlbeans : ota-tools-schema-xmlbeans-2010a-ping gradle dependency to your build.gradle file:

implementation 'net.sourceforge.ota-tools.schema.xmlbeans:ota-tools-schema-xmlbeans-2010a-ping:1.1.6'

Gradle Kotlin DSL: Add the following net.sourceforge.ota-tools.schema.xmlbeans : ota-tools-schema-xmlbeans-2010a-ping gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.ota-tools.schema.xmlbeans:ota-tools-schema-xmlbeans-2010a-ping:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.ota-tools.schema.xmlbeans : ota-tools-schema-xmlbeans-2010a-ping sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.ota-tools.schema.xmlbeans" % "ota-tools-schema-xmlbeans-2010a-ping" % "1.1.6"