GroupId | GroupIdfr.inria.repairnator |
---|---|
ArtifactId | ArtifactIdrepairnator-checkbranches |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.inria.repairnator/repairnator-checkbranches/ -->
<dependency>
<groupId>fr.inria.repairnator</groupId>
<artifactId>repairnator-checkbranches</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.repairnator/repairnator-checkbranches/
implementation 'fr.inria.repairnator:repairnator-checkbranches:1.0'
// https://jarcasting.com/artifacts/fr.inria.repairnator/repairnator-checkbranches/
implementation ("fr.inria.repairnator:repairnator-checkbranches:1.0")
'fr.inria.repairnator:repairnator-checkbranches:jar:1.0'
<dependency org="fr.inria.repairnator" name="repairnator-checkbranches" rev="1.0">
<artifact name="repairnator-checkbranches" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.repairnator', module='repairnator-checkbranches', version='1.0')
)
libraryDependencies += "fr.inria.repairnator" % "repairnator-checkbranches" % "1.0"
[fr.inria.repairnator/repairnator-checkbranches "1.0"]