License |
License |
---|---|
GroupId | GroupIdorg.springframework.restdocs |
ArtifactId | ArtifactIdspring-restdocs-asciidoctor |
Last Version | Last Version2.0.6.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring REST Docs Asciidoctor Extension
Spring REST Docs Asciidoctor Extension
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-asciidoctor/ -->
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-asciidoctor</artifactId>
<version>2.0.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-asciidoctor/
implementation 'org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.6.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-asciidoctor/
implementation ("org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.6.RELEASE")
'org.springframework.restdocs:spring-restdocs-asciidoctor:jar:2.0.6.RELEASE'
<dependency org="org.springframework.restdocs" name="spring-restdocs-asciidoctor" rev="2.0.6.RELEASE">
<artifact name="spring-restdocs-asciidoctor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.restdocs', module='spring-restdocs-asciidoctor', version='2.0.6.RELEASE')
)
libraryDependencies += "org.springframework.restdocs" % "spring-restdocs-asciidoctor" % "2.0.6.RELEASE"
[org.springframework.restdocs/spring-restdocs-asciidoctor "2.0.6.RELEASE"]