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