is not current version
Last Version 0.2.15

com.aceevo.ursus:ursus-parent 0.2.9

A Java framework for developing lightweight RESTful web services and NIO applications on the JVM

GroupId

GroupId

com.aceevo.ursus
ArtifactId

ArtifactId

ursus-parent
Version

Version

0.2.9
Type

Type

pom

Download ursus-parent 0.2.9

Filename Size
ursus-parent-0.2.9.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-parent/ -->
<dependency>
    <groupId>com.aceevo.ursus</groupId>
    <artifactId>ursus-parent</artifactId>
    <version>0.2.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-parent/
implementation 'com.aceevo.ursus:ursus-parent:0.2.9'
// https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-parent/
implementation ("com.aceevo.ursus:ursus-parent:0.2.9")
'com.aceevo.ursus:ursus-parent:pom:0.2.9'
<dependency org="com.aceevo.ursus" name="ursus-parent" rev="0.2.9">
  <artifact name="ursus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aceevo.ursus', module='ursus-parent', version='0.2.9')
)
libraryDependencies += "com.aceevo.ursus" % "ursus-parent" % "0.2.9"
[com.aceevo.ursus/ursus-parent "0.2.9"]