<dependency> <groupId>com.github.phasebash</groupId> <artifactId>jsdoc3</artifactId> <version>1.0.3</version> <type>pom</type> </dependency>
implementation 'com.github.phasebash:jsdoc3:1.0.3'
implementation("com.github.phasebash:jsdoc3:1.0.3")
libraryDependencies += "com.github.phasebash" % "jsdoc3" % "1.0.3"
@Grapes( @Grab(group='com.github.phasebash', module='jsdoc3', version='1.0.3') )
<dependency org="com.github.phasebash" name="jsdoc3" rev="1.0.3" />
[com.github.phasebash/jsdoc3 "1.0.3"]
'com.github.phasebash:jsdoc3:jar:1.0.3'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>