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