GroupId | GroupIdorg.springframework.restdocs |
---|---|
ArtifactId | ArtifactIdspring-restdocs-asciidoctor |
Version | Version2.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-asciidoctor/ -->
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-asciidoctor</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-asciidoctor/
implementation 'org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-asciidoctor/
implementation ("org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.0.RELEASE")
'org.springframework.restdocs:spring-restdocs-asciidoctor:jar:2.0.0.RELEASE'
<dependency org="org.springframework.restdocs" name="spring-restdocs-asciidoctor" rev="2.0.0.RELEASE">
<artifact name="spring-restdocs-asciidoctor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.restdocs', module='spring-restdocs-asciidoctor', version='2.0.0.RELEASE')
)
libraryDependencies += "org.springframework.restdocs" % "spring-restdocs-asciidoctor" % "2.0.0.RELEASE"
[org.springframework.restdocs/spring-restdocs-asciidoctor "2.0.0.RELEASE"]