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