Version 0.2 | Published 03/03/2013
 

Dependency Information

Apache Maven

<dependency>
  <groupId>net.rwx.asciidoc</groupId>
  <artifactId>asciidoc-maven-plugin</artifactId>
  <version>0.2</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'net.rwx.asciidoc:asciidoc-maven-plugin:maven-plugin:0.2'

Apache Ant

<dependency org="net.rwx.asciidoc" name="asciidoc-maven-plugin" rev="0.2">
  <artifact name="asciidoc-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.rwx.asciidoc', module='asciidoc-maven-plugin', version='0.2')
)

Grails

compile 'net.rwx.asciidoc:asciidoc-maven-plugin:0.2'

Leiningen

[net.rwx.asciidoc/asciidoc-maven-plugin "0.2"]

SBT

libraryDependencies += "net.rwx.asciidoc" %% "asciidoc-maven-plugin" % "0.2"