is not current version
Last Version 5

org.xerial:xerial 2

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

GroupId

GroupId

org.xerial
ArtifactId

ArtifactId

xerial
Version

Version

2
Type

Type

pom

Download xerial 2

Filename Size
xerial-2.pom 4 KB
Browse

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