| Группа | Группаcom.github.forcetower |
|---|---|
| Идентификатор | Идентификаторjuice |
| Версия | Версия1.3.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| juice-1.3.2.pom | |
| juice-1.3.2.jar | 2 KB |
| juice-1.3.2-sources.jar | 112 KB |
| juice-1.3.2-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.forcetower/juice/ -->
<dependency>
<groupId>com.github.forcetower</groupId>
<artifactId>juice</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.forcetower/juice/
implementation 'com.github.forcetower:juice:1.3.2'
// https://jarcasting.com/artifacts/com.github.forcetower/juice/
implementation ("com.github.forcetower:juice:1.3.2")
'com.github.forcetower:juice:pom:1.3.2'
<dependency org="com.github.forcetower" name="juice" rev="1.3.2">
<artifact name="juice" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.forcetower', module='juice', version='1.3.2')
)
libraryDependencies += "com.github.forcetower" % "juice" % "1.3.2"
[com.github.forcetower/juice "1.3.2"]