License |
License |
---|---|
GroupId | GroupIdorg.asciidoctor |
ArtifactId | ArtifactIdasciidoctorj |
Last Version | Last Version2.5.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionasciidoctorj
AsciidoctorJ provides Java bindings for the Asciidoctor RubyGem (asciidoctor) using JRuby.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
asciidoctorj-2.5.4.pom | |
asciidoctorj-2.5.4-javadoc.jar | 670 KB |
asciidoctorj-2.5.4-bin.zip | 48 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj/ -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>2.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj/
implementation 'org.asciidoctor:asciidoctorj:2.5.4'
// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj/
implementation ("org.asciidoctor:asciidoctorj:2.5.4")
'org.asciidoctor:asciidoctorj:jar:2.5.4'
<dependency org="org.asciidoctor" name="asciidoctorj" rev="2.5.4">
<artifact name="asciidoctorj" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctorj', version='2.5.4')
)
libraryDependencies += "org.asciidoctor" % "asciidoctorj" % "2.5.4"
[org.asciidoctor/asciidoctorj "2.5.4"]
Group / Artifact | Type | Version |
---|---|---|
org.asciidoctor : asciidoctorj-api | jar | 2.5.4 |
org.jruby : jruby | jar | 9.3.4.0 |
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | 1.82 |