is not current version
Last Version 5

org.xerial:xerial 4

Xerial, pronounced as ex-erial, is an XML database management system.

GroupId

GroupId

org.xerial
ArtifactId

ArtifactId

xerial
Version

Version

4
Type

Type

pom

Download xerial 4

Filename Size
xerial-4.pom 4 KB
Browse

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