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