Last Version

joyrest 1.3

Lightweight Lambda-based REST Framework

License

License

GroupId

GroupId

org.joyrest
ArtifactId

ArtifactId

joyrest
Version

Version

1.3
Type

Type

pom
Description

Description

joyrest
Lightweight Lambda-based REST Framework

Download joyrest 1.3

Filename Size
joyrest-1.3.pom 8 KB
Browse

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

Dependencies

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

Project Modules

  • joyrest-core
  • joyrest-hk2
  • joyrest-spring
  • joyrest-examples
  • joyrest-grizzly
  • joyrest-servlet
  • joyrest-test-integration
  • joyrest-dagger
  • joyrest-guice
  • joyrest-undertow
  • joyrest-jetty
  • joyrest-utils