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