Last Version

QDox 2.0.1

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.

License

License

GroupId

GroupId

com.thoughtworks.qdox
ArtifactId

ArtifactId

qdox
Version

Version

2.0.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/paul-hammant/qdox
Source Code Management

Source Code Management

https://github.com/paul-hammant/qdox

Download qdox 2.0.1


<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.8.5

Project Modules

There are no modules declared in this project.