Last Version

Scalatra REST service example 3.0.2

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

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

io.rest-assured.examples
ArtifactId

ArtifactId

scalatra-webapp
Version

Version

3.0.2
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 3.0.2


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

Dependencies

compile (1)

Group / Artifact Type Version
io.rest-assured.examples » scalatra-example jar 3.0.2

provided (1)

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

Project Modules

There are no modules declared in this project.