License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.simplyscala |
ArtifactId | ArtifactIdsimplyscala-server_2.9.2 |
Version | Version0.3 |
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.9.2/ -->
<dependency>
<groupId>com.github.simplyscala</groupId>
<artifactId>simplyscala-server_2.9.2</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simplyscala/simplyscala-server_2.9.2/
implementation 'com.github.simplyscala:simplyscala-server_2.9.2:0.3'
// https://jarcasting.com/artifacts/com.github.simplyscala/simplyscala-server_2.9.2/
implementation ("com.github.simplyscala:simplyscala-server_2.9.2:0.3")
'com.github.simplyscala:simplyscala-server_2.9.2:jar:0.3'
<dependency org="com.github.simplyscala" name="simplyscala-server_2.9.2" rev="0.3">
<artifact name="simplyscala-server_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simplyscala', module='simplyscala-server_2.9.2', version='0.3')
)
libraryDependencies += "com.github.simplyscala" % "simplyscala-server_2.9.2" % "0.3"
[com.github.simplyscala/simplyscala-server_2.9.2 "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.2 |
org.simpleframework : simple | jar | 4.1.21 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.9.2 | jar | 1.8 |
com.jayway.restassured : rest-assured | jar | 1.7.2 |