| GroupId | GroupIdcom.github.forcetower |
|---|---|
| ArtifactId | ArtifactIdjuice |
| Version | Version1.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| juice-1.6.0.pom | |
| juice-1.6.0.jar | 289 KB |
| juice-1.6.0-sources.jar | 117 KB |
| juice-1.6.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.forcetower/juice/ -->
<dependency>
<groupId>com.github.forcetower</groupId>
<artifactId>juice</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.forcetower/juice/
implementation 'com.github.forcetower:juice:1.6.0'
// https://jarcasting.com/artifacts/com.github.forcetower/juice/
implementation ("com.github.forcetower:juice:1.6.0")
'com.github.forcetower:juice:jar:1.6.0'
<dependency org="com.github.forcetower" name="juice" rev="1.6.0">
<artifact name="juice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.forcetower', module='juice', version='1.6.0')
)
libraryDependencies += "com.github.forcetower" % "juice" % "1.6.0"
[com.github.forcetower/juice "1.6.0"]