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