| License |
License |
|---|---|
| GroupId | GroupIdcom.github.phasebash |
| ArtifactId | ArtifactIdjsdoc3 |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJsDoc3 Maven Plugin
A Maven Plugin to Generate JsDoc3 Documentation.
|
| Filename | Size |
|---|---|
| jsdoc3-1.0.7.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.phasebash/jsdoc3/ -->
<dependency>
<groupId>com.github.phasebash</groupId>
<artifactId>jsdoc3</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.phasebash/jsdoc3/
implementation 'com.github.phasebash:jsdoc3:1.0.7'
// https://jarcasting.com/artifacts/com.github.phasebash/jsdoc3/
implementation ("com.github.phasebash:jsdoc3:1.0.7")
'com.github.phasebash:jsdoc3:pom:1.0.7'
<dependency org="com.github.phasebash" name="jsdoc3" rev="1.0.7">
<artifact name="jsdoc3" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.phasebash', module='jsdoc3', version='1.0.7')
)
libraryDependencies += "com.github.phasebash" % "jsdoc3" % "1.0.7"
[com.github.phasebash/jsdoc3 "1.0.7"]