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