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