| GroupId | GroupIdcom.voodoodyne.hattery |
|---|---|
| ArtifactId | ArtifactIdhattery |
| Version | Version0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hattery-0.8.pom | |
| hattery-0.8.jar | 27 KB |
| hattery-0.8-sources.jar | 19 KB |
| hattery-0.8-javadoc.jar | 105 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.hattery/hattery/ -->
<dependency>
<groupId>com.voodoodyne.hattery</groupId>
<artifactId>hattery</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.hattery/hattery/
implementation 'com.voodoodyne.hattery:hattery:0.8'
// https://jarcasting.com/artifacts/com.voodoodyne.hattery/hattery/
implementation ("com.voodoodyne.hattery:hattery:0.8")
'com.voodoodyne.hattery:hattery:jar:0.8'
<dependency org="com.voodoodyne.hattery" name="hattery" rev="0.8">
<artifact name="hattery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.hattery', module='hattery', version='0.8')
)
libraryDependencies += "com.voodoodyne.hattery" % "hattery" % "0.8"
[com.voodoodyne.hattery/hattery "0.8"]