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