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