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