MVN

com.github.jntakpe : spring-restdocs-dsl

Maven & Gradle

Aug 21, 2019
1 usages
2 stars

spring-restdocs-dsl · Provides a convenient way to document and test APIs with Spring REST Docs leveraging Kotlin DSL

<dependency>
    <groupId>com.github.jntakpe</groupId>
    <artifactId>spring-restdocs-dsl</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jntakpe : spring-restdocs-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.github.jntakpe : spring-restdocs-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
spring-restdocs-dsl-0.6.0
0.5.x
spring-restdocs-dsl-0.5.5
spring-restdocs-dsl-0.5.4
spring-restdocs-dsl-0.5.3
0.4.x
spring-restdocs-dsl-0.4.0
0.3.x
spring-restdocs-dsl-0.3.1
0.2.x
spring-restdocs-dsl-0.2.0

How to add a dependency to Maven

Add the following com.github.jntakpe : spring-restdocs-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jntakpe</groupId>
    <artifactId>spring-restdocs-dsl</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jntakpe : spring-restdocs-dsl gradle dependency to your build.gradle file:

implementation 'com.github.jntakpe:spring-restdocs-dsl:0.6.0'

Gradle Kotlin DSL: Add the following com.github.jntakpe : spring-restdocs-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jntakpe:spring-restdocs-dsl:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jntakpe : spring-restdocs-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jntakpe" % "spring-restdocs-dsl" % "0.6.0"

Advertisement