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