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