MVN

com.uvic-cfar.swim : aixm-mid-jaxb

Maven & Gradle

Sep 27, 2016

AIXM MID JAXB · The Java XML Bindings for the Middle East extensions to the Aeronautical Exchange Model.

<dependency>
    <groupId>com.uvic-cfar.swim</groupId>
    <artifactId>aixm-mid-jaxb</artifactId>
    <version>5.1.0-beta5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uvic-cfar.swim : aixm-mid-jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0-beta5
  • Latest Beta: 5.1.0-beta5
  • Latest Alpha: 5.1.0-alpha5

All Versions

Choose a version of com.uvic-cfar.swim : aixm-mid-jaxb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
aixm-mid-jaxb-5.1.0-beta5
aixm-mid-jaxb-5.1.0-beta4
aixm-mid-jaxb-5.1.0-beta3
aixm-mid-jaxb-5.1.0-beta2
aixm-mid-jaxb-5.1.0-beta1
aixm-mid-jaxb-5.1.0-alpha5
aixm-mid-jaxb-5.1.0-alpha4

How to add a dependency to Maven

Add the following com.uvic-cfar.swim : aixm-mid-jaxb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.uvic-cfar.swim</groupId>
    <artifactId>aixm-mid-jaxb</artifactId>
    <version>5.1.0-beta5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uvic-cfar.swim : aixm-mid-jaxb gradle dependency to your build.gradle file:

implementation 'com.uvic-cfar.swim:aixm-mid-jaxb:5.1.0-beta5'

Gradle Kotlin DSL: Add the following com.uvic-cfar.swim : aixm-mid-jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uvic-cfar.swim:aixm-mid-jaxb:5.1.0-beta5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uvic-cfar.swim : aixm-mid-jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uvic-cfar.swim" % "aixm-mid-jaxb" % "5.1.0-beta5"