GroupId | GroupIdcom.github.benhutchison |
---|---|
ArtifactId | ArtifactIdhoard_2.11 |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
hoard_2.11-0.2.pom | |
hoard_2.11-0.2.jar | 45 KB |
hoard_2.11-0.2-sources.jar | 3 KB |
hoard_2.11-0.2-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.benhutchison/hoard_2.11/ -->
<dependency>
<groupId>com.github.benhutchison</groupId>
<artifactId>hoard_2.11</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.benhutchison/hoard_2.11/
implementation 'com.github.benhutchison:hoard_2.11:0.2'
// https://jarcasting.com/artifacts/com.github.benhutchison/hoard_2.11/
implementation ("com.github.benhutchison:hoard_2.11:0.2")
'com.github.benhutchison:hoard_2.11:jar:0.2'
<dependency org="com.github.benhutchison" name="hoard_2.11" rev="0.2">
<artifact name="hoard_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.benhutchison', module='hoard_2.11', version='0.2')
)
libraryDependencies += "com.github.benhutchison" % "hoard_2.11" % "0.2"
[com.github.benhutchison/hoard_2.11 "0.2"]