GroupId | GroupIdorg.corehunter |
---|---|
ArtifactId | ArtifactIdcorehunter-base |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
corehunter-base-3.0.0.pom | |
corehunter-base-3.0.0.jar | 97 KB |
corehunter-base-3.0.0-sources.jar | 82 KB |
corehunter-base-3.0.0-shaded.jar | 1001 KB |
corehunter-base-3.0.0-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.corehunter/corehunter-base/ -->
<dependency>
<groupId>org.corehunter</groupId>
<artifactId>corehunter-base</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.corehunter/corehunter-base/
implementation 'org.corehunter:corehunter-base:3.0.0'
// https://jarcasting.com/artifacts/org.corehunter/corehunter-base/
implementation ("org.corehunter:corehunter-base:3.0.0")
'org.corehunter:corehunter-base:jar:3.0.0'
<dependency org="org.corehunter" name="corehunter-base" rev="3.0.0">
<artifact name="corehunter-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.corehunter', module='corehunter-base', version='3.0.0')
)
libraryDependencies += "org.corehunter" % "corehunter-base" % "3.0.0"
[org.corehunter/corehunter-base "3.0.0"]