is not current version
Last Version 3.4.0

org.xerial:xerial-core 0.8.7

Xerial Core: standard utilities for XerialJ project

GroupId

GroupId

org.xerial
ArtifactId

ArtifactId

xerial-core
Version

Version

0.8.7
Type

Type

jar

Download xerial-core 0.8.7


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