Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.kiwiproject |
ArtifactId | ArtifactIdservice-discovery-client |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kiwiproject/service-discovery-client/ -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>service-discovery-client</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/service-discovery-client/
implementation 'org.kiwiproject:service-discovery-client:0.5.0'
// https://jarcasting.com/artifacts/org.kiwiproject/service-discovery-client/
implementation ("org.kiwiproject:service-discovery-client:0.5.0")
'org.kiwiproject:service-discovery-client:jar:0.5.0'
<dependency org="org.kiwiproject" name="service-discovery-client" rev="0.5.0">
<artifact name="service-discovery-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='service-discovery-client', version='0.5.0')
)
libraryDependencies += "org.kiwiproject" % "service-discovery-client" % "0.5.0"
[org.kiwiproject/service-discovery-client "0.5.0"]