Files download
File Operation
xoai-common-5.2.0.jar download
xoai-common-5.2.0.pom download
xoai-common-5.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gdcc</groupId>
  <artifactId>xoai-common</artifactId>
  <version>5.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.gdcc:xoai-common:5.2.0'
Gradle Kotlin
implementation("io.gdcc:xoai-common:5.2.0")
Scala SBT
libraryDependencies += "io.gdcc" % "xoai-common" % "5.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.gdcc', module='xoai-common', version='5.2.0')
)
Apache Ivy
<dependency org="io.gdcc" name="xoai-common" rev="5.2.0" />
Leiningen
[io.gdcc/xoai-common "5.2.0"]
Apache Buildr
'io.gdcc:xoai-common:jar:5.2.0'