is not current version
Last Version 2.0.1

com.thoughtworks.qdox:qdox 2.0-M9

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

2.0-M9
Type

Type

jar

Download qdox 2.0-M9


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