| GroupId | GroupIdorg.jibx.schema.org.opentravel._2014A |
|---|---|
| ArtifactId | ArtifactIdopentravel-archetype |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| opentravel-archetype-1.2.0.pom | |
| opentravel-archetype-1.2.0.jar | 5 KB |
| opentravel-archetype-1.2.0-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jibx.schema.org.opentravel._2014A/opentravel-archetype/ -->
<dependency>
<groupId>org.jibx.schema.org.opentravel._2014A</groupId>
<artifactId>opentravel-archetype</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jibx.schema.org.opentravel._2014A/opentravel-archetype/
implementation 'org.jibx.schema.org.opentravel._2014A:opentravel-archetype:1.2.0'
// https://jarcasting.com/artifacts/org.jibx.schema.org.opentravel._2014A/opentravel-archetype/
implementation ("org.jibx.schema.org.opentravel._2014A:opentravel-archetype:1.2.0")
'org.jibx.schema.org.opentravel._2014A:opentravel-archetype:jar:1.2.0'
<dependency org="org.jibx.schema.org.opentravel._2014A" name="opentravel-archetype" rev="1.2.0">
<artifact name="opentravel-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jibx.schema.org.opentravel._2014A', module='opentravel-archetype', version='1.2.0')
)
libraryDependencies += "org.jibx.schema.org.opentravel._2014A" % "opentravel-archetype" % "1.2.0"
[org.jibx.schema.org.opentravel._2014A/opentravel-archetype "1.2.0"]