| GroupId | GroupIdde.otto.edison |
|---|---|
| ArtifactId | ArtifactIdstatus |
| Version | Version0.42.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| status-0.42.3.pom | |
| status-0.42.3.jar | 25 KB |
| status-0.42.3-sources.jar | 13 KB |
| status-0.42.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.42.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/status/
implementation 'de.otto.edison:status:0.42.3'
// https://jarcasting.com/artifacts/de.otto.edison/status/
implementation ("de.otto.edison:status:0.42.3")
'de.otto.edison:status:jar:0.42.3'
<dependency org="de.otto.edison" name="status" rev="0.42.3">
<artifact name="status" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='status', version='0.42.3')
)
libraryDependencies += "de.otto.edison" % "status" % "0.42.3"
[de.otto.edison/status "0.42.3"]