| License | License | 
|---|---|
| GroupId | GroupIdcom.thoughtworks.qdox | 
| ArtifactId | ArtifactIdqdox | 
| Last Version | Last Version2.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionQDox 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. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| qdox-2.0.1.pom | |
| qdox-2.0.1.jar | 316 KB | 
| qdox-2.0.1-sources.jar | 297 KB | 
| qdox-2.0.1-project.zip | 726 KB | 
| qdox-2.0.1-project.tar.gz | 509 KB | 
| qdox-2.0.1-project.tar.bz2 | 446 KB | 
| qdox-2.0.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.thoughtworks.qdox/qdox/ -->
<dependency>
    <groupId>com.thoughtworks.qdox</groupId>
    <artifactId>qdox</artifactId>
    <version>2.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.thoughtworks.qdox/qdox/
implementation 'com.thoughtworks.qdox:qdox:2.0.1'// https://jarcasting.com/artifacts/com.thoughtworks.qdox/qdox/
implementation ("com.thoughtworks.qdox:qdox:2.0.1")'com.thoughtworks.qdox:qdox:jar:2.0.1'<dependency org="com.thoughtworks.qdox" name="qdox" rev="2.0.1">
  <artifact name="qdox" type="jar" />
</dependency>@Grapes(
@Grab(group='com.thoughtworks.qdox', module='qdox', version='2.0.1')
)libraryDependencies += "com.thoughtworks.qdox" % "qdox" % "2.0.1"[com.thoughtworks.qdox/qdox "2.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 1.8.5 |