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