MVN

com.jayway.restassured.examples : scalatra-webapp

Maven & Gradle

Mar 04, 2016
2 usages
5.6k stars

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

<dependency>
    <groupId>com.jayway.restassured.examples</groupId>
    <artifactId>scalatra-webapp</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jayway.restassured.examples : scalatra-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.jayway.restassured.examples : scalatra-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
scalatra-webapp-2.9.0
2.8.x
scalatra-webapp-2.8.0
2.7.x
scalatra-webapp-2.7.0
2.6.x
scalatra-webapp-2.6.0
2.5.x
scalatra-webapp-2.5.0
2.4.x
scalatra-webapp-2.4.1
scalatra-webapp-2.4.0
2.3.x
scalatra-webapp-2.3.4
scalatra-webapp-2.3.3
scalatra-webapp-2.3.2
2.2.x
scalatra-webapp-2.2.0
2.0.x
scalatra-webapp-2.0.0
1.9.x
scalatra-webapp-1.9.0
1.7
scalatra-webapp-1.7
1.6.x
scalatra-webapp-1.6.2
scalatra-webapp-1.6.1
1.6
scalatra-webapp-1.6
1.5
scalatra-webapp-1.5
1.4.x
scalatra-webapp-1.4.5
1.4
scalatra-webapp-1.4
1.3.x
scalatra-webapp-1.3.1
1.3
scalatra-webapp-1.3
1.2.x
scalatra-webapp-1.2.3
scalatra-webapp-1.2.2
scalatra-webapp-1.2.1
1.2
scalatra-webapp-1.2
1.1.x
scalatra-webapp-1.1.7
scalatra-webapp-1.1.6
scalatra-webapp-1.1.5
scalatra-webapp-1.1.2
scalatra-webapp-1.1.1
1.1
scalatra-webapp-1.1
1.0.x
scalatra-webapp-1.0.3
scalatra-webapp-1.0.2
scalatra-webapp-1.0.1
1.0
scalatra-webapp-1.0

How to add a dependency to Maven

Add the following com.jayway.restassured.examples : scalatra-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jayway.restassured.examples</groupId>
    <artifactId>scalatra-webapp</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jayway.restassured.examples : scalatra-webapp gradle dependency to your build.gradle file:

implementation 'com.jayway.restassured.examples:scalatra-webapp:2.9.0'

Gradle Kotlin DSL: Add the following com.jayway.restassured.examples : scalatra-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jayway.restassured.examples:scalatra-webapp:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jayway.restassured.examples : scalatra-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jayway.restassured.examples" % "scalatra-webapp" % "2.9.0"

Advertisement