Download qdox-2.0-M9.jar file - Jar q

Jar examples for q:qdox

Description

QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.

You can download jar file qdox 2.0-M9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add qdox-2.0-M9.jar to your project.

<dependency>
   <groupId>com.thoughtworks.qdox</groupId>
   <artifactId>qdox</artifactId>
   <version>2.0-M9</version>
</dependency>
compile group: 'com.thoughtworks.qdox', name: 'qdox', version: '2.0-M9'
libraryDependencies += "com.thoughtworks.qdox" % "qdox" % "2.0-M9"
<dependency org="com.thoughtworks.qdox" name="qdox" rev="2.0-M9"/>
@Grapes(@Grab(group='com.thoughtworks.qdox', module='qdox', version='2.0-M9'))
'com.thoughtworks.qdox:qdox:jar:2.0-M9'

Download

Click the following link to download the jar file.

qdox-2.0-M9-javadoc.jar
qdox-2.0-M9-sources.jar
qdox-2.0-M9.jar
qdox-2.0-M9.pom



Related Tutorials