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