Download apidoc-0.0.2.jar file - Jar a

Jar examples for a:apidoc

Description

Apidoc is a tool to generate browseable HTML pages from apidoc comments inside sourcecode.

You can download jar file apidoc 0.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add apidoc-0.0.2.jar to your project.

<dependency>
   <groupId>cn.bestwu</groupId>
   <artifactId>apidoc</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'cn.bestwu', name: 'apidoc', version: '0.0.2'
libraryDependencies += "cn.bestwu" % "apidoc" % "0.0.2"
<dependency org="cn.bestwu" name="apidoc" rev="0.0.2"/>
@Grapes(@Grab(group='cn.bestwu', module='apidoc', version='0.0.2'))
'cn.bestwu:apidoc:jar:0.0.2'

Download

Click the following link to download the jar file.

apidoc-0.0.2-javadoc.jar
apidoc-0.0.2-sources.jar
apidoc-0.0.2.jar
apidoc-0.0.2.pom



Related Tutorials