x

xerial-core

Core library of the Xerial project.
Files download
File Operation
xerial-core-1.0.21.jar download
xerial-core-1.0.21.pom download
xerial-core-1.0.21-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xerial</groupId>
  <artifactId>xerial-core</artifactId>
  <version>1.0.21</version>
</dependency>
Gradle Groovy
implementation 'org.xerial:xerial-core:1.0.21'
Gradle Kotlin
implementation("org.xerial:xerial-core:1.0.21")
Scala SBT
libraryDependencies += "org.xerial" % "xerial-core" % "1.0.21"
Groovy Grape
@Grapes(
  @Grab(group='org.xerial', module='xerial-core', version='1.0.21')
)
Apache Ivy
<dependency org="org.xerial" name="xerial-core" rev="1.0.21" />
Leiningen
[org.xerial/xerial-core "1.0.21"]
Apache Buildr
'org.xerial:xerial-core:jar:1.0.21'