Categories |
CategoriesData |
---|---|
GroupId | GroupIdfr.matthieu-vergne |
ArtifactId | ArtifactIddata-storage |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
data-storage-1.1.pom | |
data-storage-1.1.jar | 6 KB |
data-storage-1.1-sources.jar | 5 KB |
data-storage-1.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/data-storage/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>data-storage</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/data-storage/
implementation 'fr.matthieu-vergne:data-storage:1.1'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/data-storage/
implementation ("fr.matthieu-vergne:data-storage:1.1")
'fr.matthieu-vergne:data-storage:jar:1.1'
<dependency org="fr.matthieu-vergne" name="data-storage" rev="1.1">
<artifact name="data-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='data-storage', version='1.1')
)
libraryDependencies += "fr.matthieu-vergne" % "data-storage" % "1.1"
[fr.matthieu-vergne/data-storage "1.1"]