MVN

org.codehaus.xfire : jibx

Maven & Gradle

May 07, 2006
<dependency>
    <groupId>org.codehaus.xfire</groupId>
    <artifactId>jibx</artifactId>
    <version>genschema</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: genschema

All Versions

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

Version Vulnerabilities Updated
genschema
jibx-genschema

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.xfire</groupId>
    <artifactId>jibx</artifactId>
    <version>genschema</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.codehaus.xfire:jibx:genschema'

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

implementation("org.codehaus.xfire:jibx:genschema")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.codehaus.xfire" % "jibx" % "genschema"