Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.otto.edison |
ArtifactId | ArtifactIdedison-servicediscovery-client |
Version | Version0.55.2 |
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.55.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-servicediscovery-client/
implementation 'de.otto.edison:edison-servicediscovery-client:0.55.2'
// https://jarcasting.com/artifacts/de.otto.edison/edison-servicediscovery-client/
implementation ("de.otto.edison:edison-servicediscovery-client:0.55.2")
'de.otto.edison:edison-servicediscovery-client:jar:0.55.2'
<dependency org="de.otto.edison" name="edison-servicediscovery-client" rev="0.55.2">
<artifact name="edison-servicediscovery-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-servicediscovery-client', version='0.55.2')
)
libraryDependencies += "de.otto.edison" % "edison-servicediscovery-client" % "0.55.2"
[de.otto.edison/edison-servicediscovery-client "0.55.2"]