License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.simplyscala |
ArtifactId | ArtifactIdsimplyscala-server_2.10 |
Version | Version0.5 |
Type | Typejar |
Description |
Descriptionsimplyscala-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 |
Project Organization |
Project Organizationcom.github.simplyscala |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.2 |
org.simpleframework : simple | jar | 5.1.5 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 1.9.1 |
com.jayway.restassured : rest-assured | jar | 1.7.2 |