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