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