is not current version
Last Version 3.4.0

org.xerial:xerial-core 3.2.2

Xerial core utiltiles

GroupId

GroupId

org.xerial
ArtifactId

ArtifactId

xerial-core
Version

Version

3.2.2
Type

Type

jar

Download xerial-core 3.2.2


<!-- https://jarcasting.com/artifacts/org.xerial/xerial-core/ -->
<dependency>
    <groupId>org.xerial</groupId>
    <artifactId>xerial-core</artifactId>
    <version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial/xerial-core/
implementation 'org.xerial:xerial-core:3.2.2'
// https://jarcasting.com/artifacts/org.xerial/xerial-core/
implementation ("org.xerial:xerial-core:3.2.2")
'org.xerial:xerial-core:jar:3.2.2'
<dependency org="org.xerial" name="xerial-core" rev="3.2.2">
  <artifact name="xerial-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial', module='xerial-core', version='3.2.2')
)
libraryDependencies += "org.xerial" % "xerial-core" % "3.2.2"
[org.xerial/xerial-core "3.2.2"]