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