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