| GroupId | GroupIdde.otto.edison |
|---|---|
| ArtifactId | ArtifactIdedison-hal |
| Version | Version2.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| edison-hal-2.0.2.pom | |
| edison-hal-2.0.2.jar | 54 KB |
| edison-hal-2.0.2-sources.jar | 40 KB |
| edison-hal-2.0.2-javadoc.jar | 119 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-hal/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>edison-hal</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-hal/
implementation 'de.otto.edison:edison-hal:2.0.2'
// https://jarcasting.com/artifacts/de.otto.edison/edison-hal/
implementation ("de.otto.edison:edison-hal:2.0.2")
'de.otto.edison:edison-hal:jar:2.0.2'
<dependency org="de.otto.edison" name="edison-hal" rev="2.0.2">
<artifact name="edison-hal" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-hal', version='2.0.2')
)
libraryDependencies += "de.otto.edison" % "edison-hal" % "2.0.2"
[de.otto.edison/edison-hal "2.0.2"]