Last Version

JFry 0.0.15

Java Fry is a web library inspired by Sinatra

License

License

GroupId

GroupId

com.github.ggalmazor
ArtifactId

ArtifactId

server
Version

Version

0.0.15
Type

Type

jar
Description

Description

JFry
Java Fry is a web library inspired by Sinatra

Download server 0.0.15


<!-- https://jarcasting.com/artifacts/com.github.ggalmazor/server/ -->
<dependency>
    <groupId>com.github.ggalmazor</groupId>
    <artifactId>server</artifactId>
    <version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ggalmazor/server/
implementation 'com.github.ggalmazor:server:0.0.15'
// https://jarcasting.com/artifacts/com.github.ggalmazor/server/
implementation ("com.github.ggalmazor:server:0.0.15")
'com.github.ggalmazor:server:jar:0.0.15'
<dependency org="com.github.ggalmazor" name="server" rev="0.0.15">
  <artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ggalmazor', module='server', version='0.0.15')
)
libraryDependencies += "com.github.ggalmazor" % "server" % "0.0.15"
[com.github.ggalmazor/server "0.0.15"]

Dependencies

compile (6)

Group / Artifact Type Version
org.eclipse.jetty : jetty-servlets jar 9.3.2.v20150730
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

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.