Files download
File Operation
xj4-0.6.pom download
Apache Maven
<dependency>
  <groupId>org.xj4</groupId>
  <artifactId>xj4</artifactId>
  <version>0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.xj4:xj4:0.6'
Gradle Kotlin
implementation("org.xj4:xj4:0.6")
Scala SBT
libraryDependencies += "org.xj4" % "xj4" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.xj4', module='xj4', version='0.6')
)
Apache Ivy
<dependency org="org.xj4" name="xj4" rev="0.6" />
Leiningen
[org.xj4/xj4 "0.6"]
Apache Buildr
'org.xj4:xj4:jar:0.6'
Dependencies
The project has no third-party dependencies