MVN

com.github.agourlay : cornichon_2.11

Maven & Gradle

Feb 22, 2018
6 usages
224 stars

cornichon · An extensible Scala DSL for testing JSON HTTP APIs.

<dependency>
    <groupId>com.github.agourlay</groupId>
    <artifactId>cornichon_2.11</artifactId>
    <version>0.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.agourlay : cornichon_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.3

All Versions

Choose a version of com.github.agourlay : cornichon_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
cornichon_2.11-0.15.3
cornichon_2.11-0.15.2
cornichon_2.11-0.15.1
cornichon_2.11-0.15.0
0.14.x
cornichon_2.11-0.14.3
cornichon_2.11-0.14.2
cornichon_2.11-0.14.1
cornichon_2.11-0.14.0
0.13.x
cornichon_2.11-0.13.2
cornichon_2.11-0.13.1
cornichon_2.11-0.13.0
0.12.x
cornichon_2.11-0.12.7
cornichon_2.11-0.12.6
cornichon_2.11-0.12.5
cornichon_2.11-0.12.4
cornichon_2.11-0.12.3
cornichon_2.11-0.12.2
cornichon_2.11-0.12.1
cornichon_2.11-0.12.0
0.11.x
cornichon_2.11-0.11.2
cornichon_2.11-0.11.1
0.11
cornichon_2.11-0.11
0.10.x
cornichon_2.11-0.10.5
cornichon_2.11-0.10.4
cornichon_2.11-0.10.3
cornichon_2.11-0.10.2
cornichon_2.11-0.10.1
0.10
cornichon_2.11-0.10
0.9.x
cornichon_2.11-0.9.3
cornichon_2.11-0.9.2
cornichon_2.11-0.9.1
0.9
cornichon_2.11-0.9
0.8.x
cornichon_2.11-0.8.4
cornichon_2.11-0.8.3
cornichon_2.11-0.8.2
cornichon_2.11-0.8.1
cornichon_2.11-0.8.0
0.7.x
cornichon_2.11-0.7.4
cornichon_2.11-0.7.3
cornichon_2.11-0.7.2
cornichon_2.11-0.7.1
cornichon_2.11-0.7.0
0.6.x
cornichon_2.11-0.6.2
cornichon_2.11-0.6.1
cornichon_2.11-0.6.0
0.5.x
cornichon_2.11-0.5.0
0.4.x
cornichon_2.11-0.4.1
cornichon_2.11-0.4.0
0.3.x
cornichon_2.11-0.3.1
cornichon_2.11-0.3.0
0.2.x
cornichon_2.11-0.2.6
cornichon_2.11-0.2.5
cornichon_2.11-0.2.4
cornichon_2.11-0.2.3
cornichon_2.11-0.2.2
cornichon_2.11-0.2.1
cornichon_2.11-0.2.0
0.1.x
cornichon_2.11-0.1.1

How to add a dependency to Maven

Add the following com.github.agourlay : cornichon_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.agourlay</groupId>
    <artifactId>cornichon_2.11</artifactId>
    <version>0.15.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.agourlay : cornichon_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.agourlay:cornichon_2.11:0.15.3'

Gradle Kotlin DSL: Add the following com.github.agourlay : cornichon_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.agourlay:cornichon_2.11:0.15.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.agourlay : cornichon_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.agourlay" % "cornichon_2.11" % "0.15.3"

Advertisement