is not current version
Last Version 2.0.1

com.thoughtworks.qdox:qdox 1.12

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.

GroupId

GroupId

com.thoughtworks.qdox
ArtifactId

ArtifactId

qdox
Version

Version

1.12
Type

Type

jar

Download qdox 1.12


<!-- https://jarcasting.com/artifacts/com.thoughtworks.qdox/qdox/ -->
<dependency>
    <groupId>com.thoughtworks.qdox</groupId>
    <artifactId>qdox</artifactId>
    <version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.qdox/qdox/
implementation 'com.thoughtworks.qdox:qdox:1.12'
// https://jarcasting.com/artifacts/com.thoughtworks.qdox/qdox/
implementation ("com.thoughtworks.qdox:qdox:1.12")
'com.thoughtworks.qdox:qdox:jar:1.12'
<dependency org="com.thoughtworks.qdox" name="qdox" rev="1.12">
  <artifact name="qdox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.qdox', module='qdox', version='1.12')
)
libraryDependencies += "com.thoughtworks.qdox" % "qdox" % "1.12"
[com.thoughtworks.qdox/qdox "1.12"]