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