MVN

fr.alexpado : xodb4j

Maven & Gradle

Apr 25, 2023
0 stars

xodb4j · Java wrapper for the CrossoutDB API

<dependency>
    <groupId>fr.alexpado</groupId>
    <artifactId>xodb4j</artifactId>
    <version>1.0.0-rc.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.alexpado : xodb4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-rc.9
  • Latest Release Candidate: 1.0.0-rc.9

All Versions

Choose a version of fr.alexpado : xodb4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
xodb4j-1.0.0-rc.9
xodb4j-1.0.0-rc.8
xodb4j-1.0.0-rc.7
xodb4j-1.0.0-rc.6
xodb4j-1.0.0-rc.5
xodb4j-1.0.0-rc.4
xodb4j-1.0.0-rc.3
xodb4j-1.0.0-rc.2
xodb4j-1.0.0-rc.1

How to add a dependency to Maven

Add the following fr.alexpado : xodb4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.alexpado</groupId>
    <artifactId>xodb4j</artifactId>
    <version>1.0.0-rc.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.alexpado : xodb4j gradle dependency to your build.gradle file:

implementation 'fr.alexpado:xodb4j:1.0.0-rc.9'

Gradle Kotlin DSL: Add the following fr.alexpado : xodb4j gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.alexpado:xodb4j:1.0.0-rc.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.alexpado : xodb4j sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.alexpado" % "xodb4j" % "1.0.0-rc.9"

Advertisement