Jar examples for q:qdox
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.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add qdox-1.9.1.jar to your project.
<dependency> <groupId>com.thoughtworks.qdox</groupId> <artifactId>qdox</artifactId> <version>1.9.1</version> </dependency>
compile group: 'com.thoughtworks.qdox', name: 'qdox', version: '1.9.1'
libraryDependencies += "com.thoughtworks.qdox" % "qdox" % "1.9.1"
<dependency org="com.thoughtworks.qdox" name="qdox" rev="1.9.1"/>
@Grapes(@Grab(group='com.thoughtworks.qdox', module='qdox', version='1.9.1'))
'com.thoughtworks.qdox:qdox:jar:1.9.1'
Click the following link to download the jar file.
qdox-1.9.1-javadoc.jar