License |
License |
---|---|
GroupId | GroupIdcom.github.shalousun |
ArtifactId | ArtifactIdqdox |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmart-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qdox-2.0.2.pom | |
qdox-2.0.2.jar | 326 KB |
qdox-2.0.2-sources.jar | 311 KB |
qdox-2.0.2-project.zip | 736 KB |
qdox-2.0.2-project.tar.gz | 516 KB |
qdox-2.0.2-project.tar.bz2 | 451 KB |
qdox-2.0.2-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 1.8.5 |