GroupId | GroupIdcom.github.jntakpe |
---|---|
ArtifactId | ArtifactIdspring-restdocs-dsl |
Version | Version0.5.5 |
Type | Typejar |
Filename | Size |
---|---|
spring-restdocs-dsl-0.5.5.pom | |
spring-restdocs-dsl-0.5.5.jar | 26 KB |
spring-restdocs-dsl-0.5.5-sources.jar | 7 KB |
spring-restdocs-dsl-0.5.5-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jntakpe/spring-restdocs-dsl/ -->
<dependency>
<groupId>com.github.jntakpe</groupId>
<artifactId>spring-restdocs-dsl</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jntakpe/spring-restdocs-dsl/
implementation 'com.github.jntakpe:spring-restdocs-dsl:0.5.5'
// https://jarcasting.com/artifacts/com.github.jntakpe/spring-restdocs-dsl/
implementation ("com.github.jntakpe:spring-restdocs-dsl:0.5.5")
'com.github.jntakpe:spring-restdocs-dsl:jar:0.5.5'
<dependency org="com.github.jntakpe" name="spring-restdocs-dsl" rev="0.5.5">
<artifact name="spring-restdocs-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jntakpe', module='spring-restdocs-dsl', version='0.5.5')
)
libraryDependencies += "com.github.jntakpe" % "spring-restdocs-dsl" % "0.5.5"
[com.github.jntakpe/spring-restdocs-dsl "0.5.5"]