License |
License |
---|---|
GroupId | GroupIdorg.joyrest |
ArtifactId | ArtifactIdjoyrest |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjoyrest
Lightweight Lambda-based REST Framework
|
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"]