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