simplyscala-server

provides a fast & ultra-lightweight http server with an API dedicated to define server’s routes (request-response), start & stop server

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.simplyscala
ArtifactId

ArtifactId

simplyscala-server_2.10
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

simplyscala-server
provides a fast & ultra-lightweight http server with an API dedicated to define server’s routes (request-response), start & stop server
Project URL

Project URL

https://github.com/SimplyScala/simplyscala-server
Project Organization

Project Organization

com.github.simplyscala

Download simplyscala-server_2.10

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.2
org.simpleframework : simple jar 5.1.5

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 jar 1.9.1
com.jayway.restassured : rest-assured jar 1.7.2

Project Modules

There are no modules declared in this project.
com.github.simplyscala

SimplyScala

Versions

Version
0.5
0.4