is not current version
Last Version 1.0.7

com.github.phasebash:jsdoc3 1.0.2

A Maven Plugin to Generate JsDoc3 Documentation.

GroupId

GroupId

com.github.phasebash
ArtifactId

ArtifactId

jsdoc3
Version

Version

1.0.2
Type

Type

pom

Download jsdoc3 1.0.2

Filename Size
jsdoc3-1.0.2.pom 5 KB
Browse

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