MVN

org.codehaus.xfire : xfire-jaxb

Maven & Gradle

May 02, 2007
2 usages

XFire Jaxb Support

<dependency>
    <groupId>org.codehaus.xfire</groupId>
    <artifactId>xfire-jaxb</artifactId>
    <version>1.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.xfire : xfire-jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.6
  • Latest Release Candidate: 1.2-RC
  • Latest Beta: 1.1-beta-1

All Versions

Choose a version of org.codehaus.xfire : xfire-jaxb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
xfire-jaxb-1.2.6
xfire-jaxb-1.2.5
xfire-jaxb-1.2.4
xfire-jaxb-1.2.3
xfire-jaxb-1.2.2
xfire-jaxb-1.2.1
1.2
xfire-jaxb-1.2
xfire-jaxb-1.2-RC
1.1.x
xfire-jaxb-1.1.2
xfire-jaxb-1.1.1
1.1
xfire-jaxb-1.1
xfire-jaxb-1.1-RC1
xfire-jaxb-1.1-beta-1
1.0
xfire-jaxb-1.0
xfire-jaxb-1.0-RC1

How to add a dependency to Maven

Add the following org.codehaus.xfire : xfire-jaxb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.xfire</groupId>
    <artifactId>xfire-jaxb</artifactId>
    <version>1.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.xfire : xfire-jaxb gradle dependency to your build.gradle file:

implementation 'org.codehaus.xfire:xfire-jaxb:1.2.6'

Gradle Kotlin DSL: Add the following org.codehaus.xfire : xfire-jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.xfire:xfire-jaxb:1.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.xfire : xfire-jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.xfire" % "xfire-jaxb" % "1.2.6"

Advertisement