не последняя версия
Последняя версия 5

org.xerial:xerial 2

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

Группа

Группа

org.xerial
Идентификатор

Идентификатор

xerial
Версия

Версия

2
Тип

Тип

pom

Скачать xerial 2

Имя Файла Размер
xerial-2.pom 4 KB
Обзор

<!-- 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"]