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