| License |
License
Apache License Version 2.0
|
|---|---|
| GroupId | GroupIdcom.github.domgold.doctools.asciidoctor |
| ArtifactId | ArtifactIdasciidoctor-gherkin-extension |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionasciidoctor-gherkin-extension
Asciidoctor extension to format gherkin feature files in asciidoc files.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.domgold.doctools.asciidoctor/asciidoctor-gherkin-extension/ -->
<dependency>
<groupId>com.github.domgold.doctools.asciidoctor</groupId>
<artifactId>asciidoctor-gherkin-extension</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.domgold.doctools.asciidoctor/asciidoctor-gherkin-extension/
implementation 'com.github.domgold.doctools.asciidoctor:asciidoctor-gherkin-extension:1.0.1'
// https://jarcasting.com/artifacts/com.github.domgold.doctools.asciidoctor/asciidoctor-gherkin-extension/
implementation ("com.github.domgold.doctools.asciidoctor:asciidoctor-gherkin-extension:1.0.1")
'com.github.domgold.doctools.asciidoctor:asciidoctor-gherkin-extension:jar:1.0.1'
<dependency org="com.github.domgold.doctools.asciidoctor" name="asciidoctor-gherkin-extension" rev="1.0.1">
<artifact name="asciidoctor-gherkin-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.domgold.doctools.asciidoctor', module='asciidoctor-gherkin-extension', version='1.0.1')
)
libraryDependencies += "com.github.domgold.doctools.asciidoctor" % "asciidoctor-gherkin-extension" % "1.0.1"
[com.github.domgold.doctools.asciidoctor/asciidoctor-gherkin-extension "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| info.cukes : gherkin | jar | 2.12.2 |
| org.asciidoctor : asciidoctorj | jar | 1.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |