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