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