GroupId | GroupIdnl.hsac |
---|---|
ArtifactId | ArtifactIdhsac-fitnesse-fixtures |
Version | Version2.11.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.hsac/hsac-fitnesse-fixtures/ -->
<dependency>
<groupId>nl.hsac</groupId>
<artifactId>hsac-fitnesse-fixtures</artifactId>
<version>2.11.5</version>
</dependency>
// https://jarcasting.com/artifacts/nl.hsac/hsac-fitnesse-fixtures/
implementation 'nl.hsac:hsac-fitnesse-fixtures:2.11.5'
// https://jarcasting.com/artifacts/nl.hsac/hsac-fitnesse-fixtures/
implementation ("nl.hsac:hsac-fitnesse-fixtures:2.11.5")
'nl.hsac:hsac-fitnesse-fixtures:jar:2.11.5'
<dependency org="nl.hsac" name="hsac-fitnesse-fixtures" rev="2.11.5">
<artifact name="hsac-fitnesse-fixtures" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.hsac', module='hsac-fitnesse-fixtures', version='2.11.5')
)
libraryDependencies += "nl.hsac" % "hsac-fitnesse-fixtures" % "2.11.5"
[nl.hsac/hsac-fitnesse-fixtures "2.11.5"]