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