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