smart-doc-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.

License

License

GroupId

GroupId

com.github.shalousun
ArtifactId

ArtifactId

qdox
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

smart-doc-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

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1