License |
License |
---|---|
Categories |
CategoriesUndertow Net Networking |
GroupId | GroupIdorg.joyrest |
ArtifactId | ArtifactIdjoyrest-undertow |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightweight Lambda-based REST Framework
|
Filename | Size |
---|---|
joyrest-undertow-1.3.pom | |
joyrest-undertow-1.3.jar | 7 KB |
joyrest-undertow-1.3-sources.jar | 3 KB |
joyrest-undertow-1.3-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyrest/joyrest-undertow/ -->
<dependency>
<groupId>org.joyrest</groupId>
<artifactId>joyrest-undertow</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyrest/joyrest-undertow/
implementation 'org.joyrest:joyrest-undertow:1.3'
// https://jarcasting.com/artifacts/org.joyrest/joyrest-undertow/
implementation ("org.joyrest:joyrest-undertow:1.3")
'org.joyrest:joyrest-undertow:jar:1.3'
<dependency org="org.joyrest" name="joyrest-undertow" rev="1.3">
<artifact name="joyrest-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyrest', module='joyrest-undertow', version='1.3')
)
libraryDependencies += "org.joyrest" % "joyrest-undertow" % "1.3"
[org.joyrest/joyrest-undertow "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.joyrest : joyrest-core | jar | 1.3 |
io.undertow : undertow-core | jar | 1.2.6.Final |