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