MVN

org.jibx : jibx-bind

Maven & Gradle

Sep 08, 2022
29 usages

jibx-bind - JiBX binding · JiBX binding code

<dependency>
    <groupId>org.jibx</groupId>
    <artifactId>jibx-bind</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.2
  • Latest Release Candidate: 1.0-RC1
  • Latest Beta: 1.2-beta-1

All Versions

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

Version Vulnerabilities Updated
1.4.x
jibx-bind-1.4.2
jibx-bind-1.4.1
jibx-bind-1.4.0
1.3.x
jibx-bind-1.3.3
jibx-bind-1.3.2
jibx-bind-1.3.1
jibx-bind-1.3.0
1.2.x
jibx-bind-1.2.6
jibx-bind-1.2.5
jibx-bind-1.2.4.3
jibx-bind-1.2.4.5
jibx-bind-1.2.4.2
jibx-bind-1.2.4.1
jibx-bind-1.2.4
jibx-bind-1.2.3
jibx-bind-1.2.2
jibx-bind-1.2.1
1.2
jibx-bind-1.2
jibx-bind-1.2-beta-1
1.1.x
jibx-bind-1.1.6
jibx-bind-1.1.5
jibx-bind-1.1.6a
1.0.x
jibx-bind-1.0.1
1.0
jibx-bind-1.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jibx</groupId>
    <artifactId>jibx-bind</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jibx:jibx-bind:1.4.2'

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

implementation("org.jibx:jibx-bind:1.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jibx" % "jibx-bind" % "1.4.2"

Advertisement