Last Version

Scalatra REST service example 2.9.0

Scalatra REST service example that's used for integration testing rest-assured

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.jayway.restassured.examples
ArtifactId

ArtifactId

scalatra-webapp
Version

Version

2.9.0
Type

Type

war
Description

Description

Scalatra REST service example
Scalatra REST service example that's used for integration testing rest-assured
Project URL

Project URL

http://code.google.com/p/rest-assured/scalatra-webapp

Download scalatra-webapp 2.9.0


<!-- https://jarcasting.com/artifacts/com.jayway.restassured.examples/scalatra-webapp/ -->
<dependency>
    <groupId>com.jayway.restassured.examples</groupId>
    <artifactId>scalatra-webapp</artifactId>
    <version>2.9.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.restassured.examples/scalatra-webapp/
implementation 'com.jayway.restassured.examples:scalatra-webapp:2.9.0'
// https://jarcasting.com/artifacts/com.jayway.restassured.examples/scalatra-webapp/
implementation ("com.jayway.restassured.examples:scalatra-webapp:2.9.0")
'com.jayway.restassured.examples:scalatra-webapp:war:2.9.0'
<dependency org="com.jayway.restassured.examples" name="scalatra-webapp" rev="2.9.0">
  <artifact name="scalatra-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.jayway.restassured.examples', module='scalatra-webapp', version='2.9.0')
)
libraryDependencies += "com.jayway.restassured.examples" % "scalatra-webapp" % "2.9.0"
[com.jayway.restassured.examples/scalatra-webapp "2.9.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.jayway.restassured.examples : scalatra-example jar 2.9.0

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.