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