| License |
License |
|---|---|
| GroupId | GroupIdorg.xerial |
| ArtifactId | ArtifactIdxerial |
| Version | Version5 |
| Type | Typepom |
| Description |
DescriptionXerial Parent POM
Xerial Database Management System
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xerial-5.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xerial/xerial/ -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>xerial</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xerial/xerial/
implementation 'org.xerial:xerial:5'
// https://jarcasting.com/artifacts/org.xerial/xerial/
implementation ("org.xerial:xerial:5")
'org.xerial:xerial:pom:5'
<dependency org="org.xerial" name="xerial" rev="5">
<artifact name="xerial" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xerial', module='xerial', version='5')
)
libraryDependencies += "org.xerial" % "xerial" % "5"
[org.xerial/xerial "5"]