| GroupId | GroupIdde.otto.edison |
|---|---|
| ArtifactId | ArtifactIdstatus |
| Version | Version0.28.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| status-0.28.3.pom | |
| status-0.28.3.jar | 24 KB |
| status-0.28.3-sources.jar | 12 KB |
| status-0.28.3-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.otto.edison/status/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>status</artifactId>
<version>0.28.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/status/
implementation 'de.otto.edison:status:0.28.3'
// https://jarcasting.com/artifacts/de.otto.edison/status/
implementation ("de.otto.edison:status:0.28.3")
'de.otto.edison:status:jar:0.28.3'
<dependency org="de.otto.edison" name="status" rev="0.28.3">
<artifact name="status" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='status', version='0.28.3')
)
libraryDependencies += "de.otto.edison" % "status" % "0.28.3"
[de.otto.edison/status "0.28.3"]