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