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