Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.grinder |
ArtifactId | ArtifactIdgrinder-parent |
Version | Version3.7.1 |
Type | Typepom |
Filename | Size |
---|---|
grinder-parent-3.7.1.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.grinder/grinder-parent/ -->
<dependency>
<groupId>net.sf.grinder</groupId>
<artifactId>grinder-parent</artifactId>
<version>3.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.grinder/grinder-parent/
implementation 'net.sf.grinder:grinder-parent:3.7.1'
// https://jarcasting.com/artifacts/net.sf.grinder/grinder-parent/
implementation ("net.sf.grinder:grinder-parent:3.7.1")
'net.sf.grinder:grinder-parent:pom:3.7.1'
<dependency org="net.sf.grinder" name="grinder-parent" rev="3.7.1">
<artifact name="grinder-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.grinder', module='grinder-parent', version='3.7.1')
)
libraryDependencies += "net.sf.grinder" % "grinder-parent" % "3.7.1"
[net.sf.grinder/grinder-parent "3.7.1"]