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