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