j

jcohy-asciidoctor

A Gradle plugin that provides some conventions when use AsciidoctorJPlugin
https://github.com/jcohy/jcohy-gradle-plugins.git
Apache License, Version 2.0
jcohy
jiachao23
Files download
File Operation
jcohy-asciidoctor-3.2.2.1.jar download
jcohy-asciidoctor-3.2.2.1.pom download
jcohy-asciidoctor-3.2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jcohy</groupId>
  <artifactId>jcohy-asciidoctor</artifactId>
  <version>3.2.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.jcohy:jcohy-asciidoctor:3.2.2.1'
Gradle Kotlin
implementation("io.github.jcohy:jcohy-asciidoctor:3.2.2.1")
Scala SBT
libraryDependencies += "io.github.jcohy" % "jcohy-asciidoctor" % "3.2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jcohy', module='jcohy-asciidoctor', version='3.2.2.1')
)
Apache Ivy
<dependency org="io.github.jcohy" name="jcohy-asciidoctor" rev="3.2.2.1" />
Leiningen
[io.github.jcohy/jcohy-asciidoctor "3.2.2.1"]
Apache Buildr
'io.github.jcohy:jcohy-asciidoctor:jar:3.2.2.1'