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