is not current version
Last Version 0.6.0

com.github.jntakpe:spring-restdocs-dsl 0.5.4

Provides a convenient way to document and test APIs with Spring REST Docs leveraging Kotlin DSL

GroupId

GroupId

com.github.jntakpe
ArtifactId

ArtifactId

spring-restdocs-dsl
Version

Version

0.5.4
Type

Type

jar

Download spring-restdocs-dsl 0.5.4


<!-- https://jarcasting.com/artifacts/com.github.jntakpe/spring-restdocs-dsl/ -->
<dependency>
    <groupId>com.github.jntakpe</groupId>
    <artifactId>spring-restdocs-dsl</artifactId>
    <version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jntakpe/spring-restdocs-dsl/
implementation 'com.github.jntakpe:spring-restdocs-dsl:0.5.4'
// https://jarcasting.com/artifacts/com.github.jntakpe/spring-restdocs-dsl/
implementation ("com.github.jntakpe:spring-restdocs-dsl:0.5.4")
'com.github.jntakpe:spring-restdocs-dsl:jar:0.5.4'
<dependency org="com.github.jntakpe" name="spring-restdocs-dsl" rev="0.5.4">
  <artifact name="spring-restdocs-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jntakpe', module='spring-restdocs-dsl', version='0.5.4')
)
libraryDependencies += "com.github.jntakpe" % "spring-restdocs-dsl" % "0.5.4"
[com.github.jntakpe/spring-restdocs-dsl "0.5.4"]