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