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