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

org.xerial:xerial 1

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

Группа

Группа

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

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

xerial
Версия

Версия

1
Тип

Тип

pom

Скачать xerial 1

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

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