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
文件下载
文件名 操作
jcohy-asciidoctor-3.0.0.2.jar 下载
jcohy-asciidoctor-3.0.0.2.pom 下载
jcohy-asciidoctor-3.0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.jcohy</groupId>
  <artifactId>jcohy-asciidoctor</artifactId>
  <version>3.0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.jcohy:jcohy-asciidoctor:3.0.0.2'
Gradle Kotlin
implementation("io.github.jcohy:jcohy-asciidoctor:3.0.0.2")
Scala SBT
libraryDependencies += "io.github.jcohy" % "jcohy-asciidoctor" % "3.0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jcohy', module='jcohy-asciidoctor', version='3.0.0.2')
)
Apache Ivy
<dependency org="io.github.jcohy" name="jcohy-asciidoctor" rev="3.0.0.2" />
Leiningen
[io.github.jcohy/jcohy-asciidoctor "3.0.0.2"]
Apache Buildr
'io.github.jcohy:jcohy-asciidoctor:jar:3.0.0.2'