Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.otto.edison |
ArtifactId | ArtifactIdedison-servicediscovery-client |
Version | Version0.79.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-servicediscovery-client/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>edison-servicediscovery-client</artifactId>
<version>0.79.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-servicediscovery-client/
implementation 'de.otto.edison:edison-servicediscovery-client:0.79.3'
// https://jarcasting.com/artifacts/de.otto.edison/edison-servicediscovery-client/
implementation ("de.otto.edison:edison-servicediscovery-client:0.79.3")
'de.otto.edison:edison-servicediscovery-client:jar:0.79.3'
<dependency org="de.otto.edison" name="edison-servicediscovery-client" rev="0.79.3">
<artifact name="edison-servicediscovery-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-servicediscovery-client', version='0.79.3')
)
libraryDependencies += "de.otto.edison" % "edison-servicediscovery-client" % "0.79.3"
[de.otto.edison/edison-servicediscovery-client "0.79.3"]