GroupId | GroupIdorg.springframework.restdocs |
---|---|
ArtifactId | ArtifactIdspring-restdocs-asciidoctor |
Version | Version1.2.3.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>1.2.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-asciidoctor/
implementation 'org.springframework.restdocs:spring-restdocs-asciidoctor:1.2.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-asciidoctor/
implementation ("org.springframework.restdocs:spring-restdocs-asciidoctor:1.2.3.RELEASE")
'org.springframework.restdocs:spring-restdocs-asciidoctor:jar:1.2.3.RELEASE'
<dependency org="org.springframework.restdocs" name="spring-restdocs-asciidoctor" rev="1.2.3.RELEASE">
<artifact name="spring-restdocs-asciidoctor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.restdocs', module='spring-restdocs-asciidoctor', version='1.2.3.RELEASE')
)
libraryDependencies += "org.springframework.restdocs" % "spring-restdocs-asciidoctor" % "1.2.3.RELEASE"
[org.springframework.restdocs/spring-restdocs-asciidoctor "1.2.3.RELEASE"]