MVN

com.uvic-cfar.swim : fixm-jaxb

Maven & Gradle

Nov 11, 2021
3 usages

FIXM JAXB · The Java XML Bindings for the Flight Information Exchange Model.

<dependency>
    <groupId>com.uvic-cfar.swim</groupId>
    <artifactId>fixm-jaxb</artifactId>
    <version>4.2.0-alpha1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.2.0-alpha1
  • Latest Beta: 3.0.1-beta5
  • Latest Alpha: 4.2.0-alpha1

All Versions

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

Version Vulnerabilities Updated
4.2.x
fixm-jaxb-4.2.0-alpha1
4.0.x
fixm-jaxb-4.0.0-alpha3
3.0.x
fixm-jaxb-3.0.1-beta5
fixm-jaxb-3.0.1-beta4
fixm-jaxb-3.0.1-beta3
fixm-jaxb-3.0.1-beta2
fixm-jaxb-3.0.1-beta1
fixm-jaxb-3.0.1-alpha5
fixm-jaxb-3.0.1-alpha4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.uvic-cfar.swim</groupId>
    <artifactId>fixm-jaxb</artifactId>
    <version>4.2.0-alpha1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.uvic-cfar.swim:fixm-jaxb:4.2.0-alpha1'

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

implementation("com.uvic-cfar.swim:fixm-jaxb:4.2.0-alpha1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.uvic-cfar.swim" % "fixm-jaxb" % "4.2.0-alpha1"

Advertisement