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