| License |
License |
|---|---|
| GroupId | GroupIdorg.xerial |
| ArtifactId | ArtifactIdxerial |
| Last Version | Last Version5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXerial Parent POM
Xerial Database Management System
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xerial-5.pom | |
| xerial-5.jar | 278 bytes |
| xerial-5-sources.jar | 246 bytes |
| xerial-5-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xerial/xerial/ -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>xerial</artifactId>
<version>5</version>
</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:jar:5'
<dependency org="org.xerial" name="xerial" rev="5">
<artifact name="xerial" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial', module='xerial', version='5')
)
libraryDependencies += "org.xerial" % "xerial" % "5"
[org.xerial/xerial "5"]