Last Version

Javadoc Parser Parent 0.2.0

Java library for parsing information from a structured Javadoc string.

License

License

GroupId

GroupId

com.github.chhorz
ArtifactId

ArtifactId

javadoc-parser-parent
Version

Version

0.2.0
Type

Type

pom
Description

Description

Javadoc Parser Parent
Java library for parsing information from a structured Javadoc string.
Project URL

Project URL

https://github.com/chhorz/javadoc-parser
Source Code Management

Source Code Management

https://github.com/chhorz/javadoc-parser

Download javadoc-parser-parent 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.chhorz/javadoc-parser-parent/ -->
<dependency>
    <groupId>com.github.chhorz</groupId>
    <artifactId>javadoc-parser-parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/javadoc-parser-parent/
implementation 'com.github.chhorz:javadoc-parser-parent:0.2.0'
// https://jarcasting.com/artifacts/com.github.chhorz/javadoc-parser-parent/
implementation ("com.github.chhorz:javadoc-parser-parent:0.2.0")
'com.github.chhorz:javadoc-parser-parent:pom:0.2.0'
<dependency org="com.github.chhorz" name="javadoc-parser-parent" rev="0.2.0">
  <artifact name="javadoc-parser-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='javadoc-parser-parent', version='0.2.0')
)
libraryDependencies += "com.github.chhorz" % "javadoc-parser-parent" % "0.2.0"
[com.github.chhorz/javadoc-parser-parent "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • javadoc-parser
  • javadoc-parser-documentation