GroupId | GroupIdorg.xerial |
---|---|
ArtifactId | ArtifactIdxerial-storage |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
xerial-storage-0.6.0.pom | |
xerial-storage-0.6.0.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xerial/xerial-storage/ -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>xerial-storage</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial/xerial-storage/
implementation 'org.xerial:xerial-storage:0.6.0'
// https://jarcasting.com/artifacts/org.xerial/xerial-storage/
implementation ("org.xerial:xerial-storage:0.6.0")
'org.xerial:xerial-storage:jar:0.6.0'
<dependency org="org.xerial" name="xerial-storage" rev="0.6.0">
<artifact name="xerial-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial', module='xerial-storage', version='0.6.0')
)
libraryDependencies += "org.xerial" % "xerial-storage" % "0.6.0"
[org.xerial/xerial-storage "0.6.0"]