x

xerial

Xerial, pronounced as ex-erial, is an XML database management system.
http://www.xerial.org/
The Apache Software License, Version 2.0
Xerial Project
Taro L. Saito
Files download
File Operation
xerial-1.pom download
Apache Maven
<dependency>
  <groupId>org.xerial</groupId>
  <artifactId>xerial</artifactId>
  <version>1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.xerial:xerial:1'
Gradle Kotlin
implementation("org.xerial:xerial:1")
Scala SBT
libraryDependencies += "org.xerial" % "xerial" % "1"
Groovy Grape
@Grapes(
  @Grab(group='org.xerial', module='xerial', version='1')
)
Apache Ivy
<dependency org="org.xerial" name="xerial" rev="1" />
Leiningen
[org.xerial/xerial "1"]
Apache Buildr
'org.xerial:xerial:jar:1'
Dependencies
The project has no third-party dependencies