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