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