is not current version
Last Version 1.3

org.joyrest:joyrest 1.0

Lightweight Lambda-based REST Framework

GroupId

GroupId

org.joyrest
ArtifactId

ArtifactId

joyrest
Version

Version

1.0
Type

Type

pom

Download joyrest 1.0

Filename Size
joyrest-1.0.pom 8 KB
Browse

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