| License |
License |
|---|---|
| GroupId | GroupIdcom.aceevo |
| ArtifactId | ArtifactIdursus-example-rest-application |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionA Java framework for developing lightweight RESTful web services
|
<!-- https://jarcasting.com/artifacts/com.aceevo/ursus-example-rest-application/ -->
<dependency>
<groupId>com.aceevo</groupId>
<artifactId>ursus-example-rest-application</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceevo/ursus-example-rest-application/
implementation 'com.aceevo:ursus-example-rest-application:0.1'
// https://jarcasting.com/artifacts/com.aceevo/ursus-example-rest-application/
implementation ("com.aceevo:ursus-example-rest-application:0.1")
'com.aceevo:ursus-example-rest-application:jar:0.1'
<dependency org="com.aceevo" name="ursus-example-rest-application" rev="0.1">
<artifact name="ursus-example-rest-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceevo', module='ursus-example-rest-application', version='0.1')
)
libraryDependencies += "com.aceevo" % "ursus-example-rest-application" % "0.1"
[com.aceevo/ursus-example-rest-application "0.1"]