GroupId | GroupIdfr.lirmm.graphik |
---|---|
ArtifactId | ArtifactIdrdbms-test |
Version | Version1.3.a0 |
Type | Typejar |
Filename | Size |
---|---|
rdbms-test-1.3.a0.pom | |
rdbms-test-1.3.a0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/rdbms-test/ -->
<dependency>
<groupId>fr.lirmm.graphik</groupId>
<artifactId>rdbms-test</artifactId>
<version>1.3.a0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/rdbms-test/
implementation 'fr.lirmm.graphik:rdbms-test:1.3.a0'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/rdbms-test/
implementation ("fr.lirmm.graphik:rdbms-test:1.3.a0")
'fr.lirmm.graphik:rdbms-test:jar:1.3.a0'
<dependency org="fr.lirmm.graphik" name="rdbms-test" rev="1.3.a0">
<artifact name="rdbms-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='rdbms-test', version='1.3.a0')
)
libraryDependencies += "fr.lirmm.graphik" % "rdbms-test" % "1.3.a0"
[fr.lirmm.graphik/rdbms-test "1.3.a0"]