Last Version

spring-restdocs-dsl 0.6.0

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

License

License

GroupId

GroupId

com.github.jntakpe
ArtifactId

ArtifactId

spring-restdocs-dsl
Version

Version

0.6.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/jntakpe/spring-restdocs-dsl
Source Code Management

Source Code Management

https://github.com/jntakpe/spring-restdocs-dsl/

Download spring-restdocs-dsl 0.6.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.41
org.jetbrains.kotlin : kotlin-reflect jar 1.3.41
org.springframework.restdocs : spring-restdocs-core jar 2.0.3.RELEASE

Project Modules

There are no modules declared in this project.