Last Version

Ursus Project 0.2.15

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

License

License

GroupId

GroupId

com.aceevo.ursus
ArtifactId

ArtifactId

ursus-parent
Version

Version

0.2.15
Type

Type

pom
Description

Description

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

Project URL

https://github.com/rjenkins/ursus
Source Code Management

Source Code Management

http://github.com/rjenkins/ursus

Download ursus-parent 0.2.15

Filename Size
ursus-parent-0.2.15.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.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-parent/
implementation 'com.aceevo.ursus:ursus-parent:0.2.15'
// https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-parent/
implementation ("com.aceevo.ursus:ursus-parent:0.2.15")
'com.aceevo.ursus:ursus-parent:pom:0.2.15'
<dependency org="com.aceevo.ursus" name="ursus-parent" rev="0.2.15">
  <artifact name="ursus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aceevo.ursus', module='ursus-parent', version='0.2.15')
)
libraryDependencies += "com.aceevo.ursus" % "ursus-parent" % "0.2.15"
[com.aceevo.ursus/ursus-parent "0.2.15"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ursus-core
  • ursus-config
  • ursus-client
  • ursus-example-application
  • ursus-example-scala-application
  • ursus-example-scala-nio-application
  • ursus-example-http-client
  • ursus-example-jersey-client
  • ursus-example-websocket-client
  • ursus-example-nio-application
  • ursus-example-nio-client
  • ursus-db
  • ursus-spi
  • ursus-scala_2.10.4