GroupId | GroupIdnl.praegus |
---|---|
ArtifactId | ArtifactIdtoolchain-fixtures |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
toolchain-fixtures-1.11.pom | |
toolchain-fixtures-1.11.jar | 49 KB |
toolchain-fixtures-1.11-sources.jar | 25 KB |
toolchain-fixtures-1.11-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.praegus/toolchain-fixtures/ -->
<dependency>
<groupId>nl.praegus</groupId>
<artifactId>toolchain-fixtures</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/nl.praegus/toolchain-fixtures/
implementation 'nl.praegus:toolchain-fixtures:1.11'
// https://jarcasting.com/artifacts/nl.praegus/toolchain-fixtures/
implementation ("nl.praegus:toolchain-fixtures:1.11")
'nl.praegus:toolchain-fixtures:jar:1.11'
<dependency org="nl.praegus" name="toolchain-fixtures" rev="1.11">
<artifact name="toolchain-fixtures" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.praegus', module='toolchain-fixtures', version='1.11')
)
libraryDependencies += "nl.praegus" % "toolchain-fixtures" % "1.11"
[nl.praegus/toolchain-fixtures "1.11"]