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