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