JFry

Java Fry is a web library inspired by Sinatra

License

License

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

com.github.ggalmazor
ArtifactId

ArtifactId

jetty
Last Version

Last Version

0.0.15
Release Date

Release Date

Type

Type

jar
Description

Description

JFry
Java Fry is a web library inspired by Sinatra

Download jetty

How to add to project

<!-- 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"]

Dependencies

compile (8)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.15