Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.onedaybeard.graftt |
ArtifactId | ArtifactIdcore |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
core-0.2.0.pom | |
core-0.2.0.jar | 122 KB |
core-0.2.0-sources.jar | 11 KB |
core-0.2.0-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.onedaybeard.graftt/core/ -->
<dependency>
<groupId>net.onedaybeard.graftt</groupId>
<artifactId>core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.onedaybeard.graftt/core/
implementation 'net.onedaybeard.graftt:core:0.2.0'
// https://jarcasting.com/artifacts/net.onedaybeard.graftt/core/
implementation ("net.onedaybeard.graftt:core:0.2.0")
'net.onedaybeard.graftt:core:jar:0.2.0'
<dependency org="net.onedaybeard.graftt" name="core" rev="0.2.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.onedaybeard.graftt', module='core', version='0.2.0')
)
libraryDependencies += "net.onedaybeard.graftt" % "core" % "0.2.0"
[net.onedaybeard.graftt/core "0.2.0"]