MVN

com.thoughtworks.qdox : qdox

Maven & Gradle

Oct 13, 2022
252 usages
442 stars

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.

<dependency>
    <groupId>com.thoughtworks.qdox</groupId>
    <artifactId>qdox</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.qdox : qdox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.thoughtworks.qdox : qdox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
qdox-2.0.3
qdox-2.0.2
qdox-2.0.1
qdox-2.0.0
2.0
qdox-2.0-M10
qdox-2.0-M9
qdox-2.0-M8
qdox-2.0-M7
qdox-2.0-M6
qdox-2.0-M5
qdox-2.0-M4
qdox-2.0-M3
qdox-2.0-M2
qdox-2.0-M1
1.12.x
qdox-1.12.1
1.12
qdox-1.12
1.11
qdox-1.11
1.10.x
qdox-1.10.1
1.10
qdox-1.10
1.9.x
qdox-1.9.2
qdox-1.9.1
1.9
qdox-1.9
1.8
qdox-1.8
1.7
qdox-1.7
1.6.x
qdox-1.6.3
qdox-1.6.2

How to add a dependency to Maven

Add the following com.thoughtworks.qdox : qdox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thoughtworks.qdox</groupId>
    <artifactId>qdox</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.qdox : qdox gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.qdox:qdox:2.0.3'

Gradle Kotlin DSL: Add the following com.thoughtworks.qdox : qdox gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.qdox:qdox:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.qdox : qdox sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.qdox" % "qdox" % "2.0.3"

Advertisement

Dependencies from Group

Oct 13, 2022
252 usages
442 stars

Discover Dependencies

Feb 08, 2017
3 stars
Mar 15, 2019
1 usages
0 stars
Mar 15, 2019
2 usages
0 stars
Aug 25, 2016
73 stars
Jan 04, 2021
27 usages
Aug 03, 2022
32 usages
22 stars
Apr 11, 2019
1 usages
14 stars
Apr 18, 2023
3 usages
93 stars