| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdorg.asciidoctor |
| ArtifactId | ArtifactIdasciidoctor-ant |
| Version | Version0.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| asciidoctor-ant-0.1.4.pom | |
| asciidoctor-ant-0.1.4.jar | 22 MB |
| asciidoctor-ant-0.1.4-sources.jar | 6 KB |
| asciidoctor-ant-0.1.4-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.asciidoctor/asciidoctor-ant/ -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-ant</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctor-ant/
implementation 'org.asciidoctor:asciidoctor-ant:0.1.4'
// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctor-ant/
implementation ("org.asciidoctor:asciidoctor-ant:0.1.4")
'org.asciidoctor:asciidoctor-ant:jar:0.1.4'
<dependency org="org.asciidoctor" name="asciidoctor-ant" rev="0.1.4">
<artifact name="asciidoctor-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-ant', version='0.1.4')
)
libraryDependencies += "org.asciidoctor" % "asciidoctor-ant" % "0.1.4"
[org.asciidoctor/asciidoctor-ant "0.1.4"]