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