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