License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.github.ggalmazor |
ArtifactId | ArtifactIdjetty |
Last Version | Last Version0.0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJFry
Java Fry is a web library inspired by Sinatra
|
Filename | Size |
---|---|
jetty-0.0.15.pom | |
jetty-0.0.15.jar | 5 KB |
jetty-0.0.15-sources.jar | 1 KB |
jetty-0.0.15-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ggalmazor/jetty/ -->
<dependency>
<groupId>com.github.ggalmazor</groupId>
<artifactId>jetty</artifactId>
<version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ggalmazor/jetty/
implementation 'com.github.ggalmazor:jetty:0.0.15'
// https://jarcasting.com/artifacts/com.github.ggalmazor/jetty/
implementation ("com.github.ggalmazor:jetty:0.0.15")
'com.github.ggalmazor:jetty:jar:0.0.15'
<dependency org="com.github.ggalmazor" name="jetty" rev="0.0.15">
<artifact name="jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ggalmazor', module='jetty', version='0.0.15')
)
libraryDependencies += "com.github.ggalmazor" % "jetty" % "0.0.15"
[com.github.ggalmazor/jetty "0.0.15"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-servlets | jar | 9.3.2.v20150730 |
com.mashape.unirest : unirest-java | jar | 1.4.7 |
commons-io : commons-io | jar | 2.4 |
org.eclipse.jetty : jetty-server | jar | 9.3.2.v20150730 |
org.eclipse.jetty : jetty-servlet | jar | 9.3.2.v20150730 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
com.javaslang : javaslang | jar | 2.0.0-beta |
com.github.ggalmazor : core | jar | 0.0.15 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.1.0 |