| License |
License |
|---|---|
| GroupId | GroupIdio.docops |
| ArtifactId | ArtifactIdadr-extension |
| Version | Version2022.1 |
| Type | Typejar |
| Description |
Descriptionadr
An AsciiDoctorJ extension that formats a Git Architectural Decision Record into an asciidoc artifact.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| adr-extension-2022.1.pom | |
| adr-extension-2022.1.jar | 25 KB |
| adr-extension-2022.1-sources.jar | 12 KB |
| adr-extension-2022.1-javadoc.jar | 297 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.docops/adr-extension/ -->
<dependency>
<groupId>io.docops</groupId>
<artifactId>adr-extension</artifactId>
<version>2022.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.docops/adr-extension/
implementation 'io.docops:adr-extension:2022.1'
// https://jarcasting.com/artifacts/io.docops/adr-extension/
implementation ("io.docops:adr-extension:2022.1")
'io.docops:adr-extension:jar:2022.1'
<dependency org="io.docops" name="adr-extension" rev="2022.1">
<artifact name="adr-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.docops', module='adr-extension', version='2022.1')
)
libraryDependencies += "io.docops" % "adr-extension" % "2022.1"
[io.docops/adr-extension "2022.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.asciidoctor : asciidoctorj | jar | 2.5.3 |
| org.asciidoctor : asciidoctorj-pdf | jar | 1.6.0 |
| org.apache.maven.plugins : maven-deploy-plugin | maven-plugin | 3.0.0-M2 |
| org.apache.maven.plugins : maven-gpg-plugin | maven-plugin | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.6.10 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |