Download qdox-1.9.2.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 1.9.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

qdox-1.9.2-javadoc.jar
qdox-1.9.2-sources.jar
qdox-1.9.2.jar
qdox-1.9.2.pom



Related Tutorials