| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.grinder |
| ArtifactId | ArtifactIdgrinder-dcr-agent |
| Version | Version3.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| grinder-dcr-agent-3.10.pom | |
| grinder-dcr-agent-3.10.jar | 3 KB |
| grinder-dcr-agent-3.10-sources.jar | 2 KB |
| grinder-dcr-agent-3.10-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.grinder/grinder-dcr-agent/ -->
<dependency>
<groupId>net.sf.grinder</groupId>
<artifactId>grinder-dcr-agent</artifactId>
<version>3.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.grinder/grinder-dcr-agent/
implementation 'net.sf.grinder:grinder-dcr-agent:3.10'
// https://jarcasting.com/artifacts/net.sf.grinder/grinder-dcr-agent/
implementation ("net.sf.grinder:grinder-dcr-agent:3.10")
'net.sf.grinder:grinder-dcr-agent:jar:3.10'
<dependency org="net.sf.grinder" name="grinder-dcr-agent" rev="3.10">
<artifact name="grinder-dcr-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.grinder', module='grinder-dcr-agent', version='3.10')
)
libraryDependencies += "net.sf.grinder" % "grinder-dcr-agent" % "3.10"
[net.sf.grinder/grinder-dcr-agent "3.10"]