GroupId | GroupIdio.github.cossme |
---|---|
ArtifactId | ArtifactIdgrinder-test-support |
Version | Version3.13 |
Type | Typejar |
Filename | Size |
---|---|
grinder-test-support-3.13.pom | |
grinder-test-support-3.13.jar | 54 KB |
grinder-test-support-3.13-sources.jar | 38 KB |
grinder-test-support-3.13-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cossme/grinder-test-support/ -->
<dependency>
<groupId>io.github.cossme</groupId>
<artifactId>grinder-test-support</artifactId>
<version>3.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cossme/grinder-test-support/
implementation 'io.github.cossme:grinder-test-support:3.13'
// https://jarcasting.com/artifacts/io.github.cossme/grinder-test-support/
implementation ("io.github.cossme:grinder-test-support:3.13")
'io.github.cossme:grinder-test-support:jar:3.13'
<dependency org="io.github.cossme" name="grinder-test-support" rev="3.13">
<artifact name="grinder-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cossme', module='grinder-test-support', version='3.13')
)
libraryDependencies += "io.github.cossme" % "grinder-test-support" % "3.13"
[io.github.cossme/grinder-test-support "3.13"]