Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.aceevo.ursus |
ArtifactId | ArtifactIdursus-example-jersey-client |
Version | Version0.2.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-example-jersey-client/ -->
<dependency>
<groupId>com.aceevo.ursus</groupId>
<artifactId>ursus-example-jersey-client</artifactId>
<version>0.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-example-jersey-client/
implementation 'com.aceevo.ursus:ursus-example-jersey-client:0.2.14'
// https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-example-jersey-client/
implementation ("com.aceevo.ursus:ursus-example-jersey-client:0.2.14")
'com.aceevo.ursus:ursus-example-jersey-client:jar:0.2.14'
<dependency org="com.aceevo.ursus" name="ursus-example-jersey-client" rev="0.2.14">
<artifact name="ursus-example-jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceevo.ursus', module='ursus-example-jersey-client', version='0.2.14')
)
libraryDependencies += "com.aceevo.ursus" % "ursus-example-jersey-client" % "0.2.14"
[com.aceevo.ursus/ursus-example-jersey-client "0.2.14"]