Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdfr.lirmm.graphik |
ArtifactId | ArtifactIdgraal-bench |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
graal-bench-1.0.0.pom | 712 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-bench/ -->
<dependency>
<groupId>fr.lirmm.graphik</groupId>
<artifactId>graal-bench</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-bench/
implementation 'fr.lirmm.graphik:graal-bench:1.0.0'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-bench/
implementation ("fr.lirmm.graphik:graal-bench:1.0.0")
'fr.lirmm.graphik:graal-bench:pom:1.0.0'
<dependency org="fr.lirmm.graphik" name="graal-bench" rev="1.0.0">
<artifact name="graal-bench" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal-bench', version='1.0.0')
)
libraryDependencies += "fr.lirmm.graphik" % "graal-bench" % "1.0.0"
[fr.lirmm.graphik/graal-bench "1.0.0"]