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