MVN

info.rsdev.xb4j : xb4j

Maven & Gradle

Jan 07, 2018
1 stars

xb4j · Xml binding for Java

<dependency>
    <groupId>info.rsdev.xb4j</groupId>
    <artifactId>xb4j</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.rsdev.xb4j : xb4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of info.rsdev.xb4j : xb4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
xb4j-0.1.0
0.0.x
xb4j-0.0.9
xb4j-0.0.8
xb4j-0.0.7
xb4j-0.0.6
xb4j-0.0.5
xb4j-0.0.4
xb4j-0.0.3

How to add a dependency to Maven

Add the following info.rsdev.xb4j : xb4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.rsdev.xb4j</groupId>
    <artifactId>xb4j</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.rsdev.xb4j : xb4j gradle dependency to your build.gradle file:

implementation 'info.rsdev.xb4j:xb4j:0.1.0'

Gradle Kotlin DSL: Add the following info.rsdev.xb4j : xb4j gradle kotlin dependency to your build.gradle.kts file:

implementation("info.rsdev.xb4j:xb4j:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.rsdev.xb4j : xb4j sbt scala dependency to your build.sbt file:

libraryDependencies += "info.rsdev.xb4j" % "xb4j" % "0.1.0"