GroupId | GroupIdorg.craftsmenlabs.gareth |
---|---|
ArtifactId | ArtifactIdgareth-core |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
gareth-core-0.8.4.pom | |
gareth-core-0.8.4.jar | 59 KB |
gareth-core-0.8.4-sources.jar | 25 KB |
gareth-core-0.8.4-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.craftsmenlabs.gareth/gareth-core/ -->
<dependency>
<groupId>org.craftsmenlabs.gareth</groupId>
<artifactId>gareth-core</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftsmenlabs.gareth/gareth-core/
implementation 'org.craftsmenlabs.gareth:gareth-core:0.8.4'
// https://jarcasting.com/artifacts/org.craftsmenlabs.gareth/gareth-core/
implementation ("org.craftsmenlabs.gareth:gareth-core:0.8.4")
'org.craftsmenlabs.gareth:gareth-core:jar:0.8.4'
<dependency org="org.craftsmenlabs.gareth" name="gareth-core" rev="0.8.4">
<artifact name="gareth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftsmenlabs.gareth', module='gareth-core', version='0.8.4')
)
libraryDependencies += "org.craftsmenlabs.gareth" % "gareth-core" % "0.8.4"
[org.craftsmenlabs.gareth/gareth-core "0.8.4"]