GroupId | GroupIdorg.corehunter |
---|---|
ArtifactId | ArtifactIdcorehunter |
Version | Version3.1.0 |
Type | Typepom |
Filename | Size |
---|---|
corehunter-3.1.0.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.corehunter/corehunter/ -->
<dependency>
<groupId>org.corehunter</groupId>
<artifactId>corehunter</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.corehunter/corehunter/
implementation 'org.corehunter:corehunter:3.1.0'
// https://jarcasting.com/artifacts/org.corehunter/corehunter/
implementation ("org.corehunter:corehunter:3.1.0")
'org.corehunter:corehunter:pom:3.1.0'
<dependency org="org.corehunter" name="corehunter" rev="3.1.0">
<artifact name="corehunter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.corehunter', module='corehunter', version='3.1.0')
)
libraryDependencies += "org.corehunter" % "corehunter" % "3.1.0"
[org.corehunter/corehunter "3.1.0"]