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..
Here is the list of declaration for qdox. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>qdox</groupId> <artifactId>qdox</artifactId> <version>1.6.1</version> </dependency>
If you think this Maven repository POM file listing for qdox is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following table lists the most popular artifacts which are depending on qdox-1.6.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | testng 5.8 TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use. | 72 |
JUnit | testng 5.11 TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use. | 5 |
Testing | testng 5.7 TestNG is a unit testing framework. | 34 |
Build | maven-stapler-plugin 1.15 Maven2 plugin for developing stapler applications | 7 |
JUnit | testng 5.10 TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use. | 23 |
Build | maven-stapler-plugin 1.12 Maven2 plugin for developing stapler applications | 25 |
Testing | testng 5.5 TestNG is a unit testing framework. | 18 |
The following packages are defined in the qdox-1.6.1.jar
com.thoughtworks.qdox com.thoughtworks.qdox.ant com.thoughtworks.qdox.directorywalker com.thoughtworks.qdox.junit com.thoughtworks.qdox.model com.thoughtworks.qdox.model.util com.thoughtworks.qdox.parser com.thoughtworks.qdox.parser.impl com.thoughtworks.qdox.parser.structs com.thoughtworks.qdox.tools
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>qdox</groupId> <artifactId>qdox</artifactId> <name>QDox</name> <version>1.6.1</version> <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. </description> <url>http://qdox.codehaus.org/</url> <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/QDOX</url> </issueManagement> <inceptionYear>2002</inceptionYear> <mailingLists> <mailingList> <name>QDox User List</name> <subscribe>mailto:user-subscribe@qdox.codehaus.org</subscribe> <unsubscribe>mailto:user-unsubscribe@qdox.codehaus.org</unsubscribe> <archive>http://archive.qdox.codehaus.org/user</archive> </mailingList> <mailingList> <name>QDox Announce List</name> <subscribe>mailto:announce-subscribe@qdox.codehaus.org</subscribe> <unsubscribe>mailto:announce-unsubscribe@qdox.codehaus.org</unsubscribe> <archive>http://archive.qdox.codehaus.org/announce</archive> </mailingList> <mailingList> <name>QDox Dev List</name> <subscribe>mailto:dev-subscribe@qdox.codehaus.org</subscribe> <unsubscribe>mailto:dev-unsubscribe@qdox.codehaus.org</unsubscribe> <archive>http://archive.qdox.codehaus.org/dev</archive> </mailingList> <mailingList> <name>QDox SCM List</name> <subscribe>mailto:scm-subscribe@qdox.codehaus.org</subscribe> <unsubscribe>mailto:scm-unsubscribe@qdox.codehaus.org</unsubscribe> <archive>http://archive.qdox.codehaus.org/scm</archive> </mailingList> </mailingLists> <contributors> <contributor> <name>Peter Donald</name> <email>peter@realityforge.org</email> </contributor> <contributor> <name>James Strachan</name> <email>jstrachan@apache.org</email> </contributor> <contributor> <name>Nick Pomfret</name> <email></email> </contributor> <contributor> <name>Chris Stevenson</name> <email>cstevenson@thoughtworks.com</email> </contributor> <contributor> <name>Ben Hogan</name> <email>ben@lizardsoftware.com</email> </contributor> <contributor> <name>Laurent Etiemble</name> <email></email> </contributor> </contributors> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://svn.codehaus.org/qdox/trunk/</connection> <developerConnection>scm:svn:https://svn.codehaus.org/qdox/trunk/</developerConnection> <url>http://fisheye.codehaus.org/browse/qdox/trunk/qdox</url> </scm> <organization> <name>ThoughtWorks, Inc</name> <url>http://www.thoughtworks.com/</url> </organization> </project>