is not current version
Last Version 2.0.05

javax.help:javahelp 2.0.02

The JavaHelp API provides a platform-independent help framework.

GroupId

GroupId

javax.help
ArtifactId

ArtifactId

javahelp
Version

Version

2.0.02
Type

Type

jar

Download javahelp 2.0.02


<!-- https://jarcasting.com/artifacts/javax.help/javahelp/ -->
<dependency>
    <groupId>javax.help</groupId>
    <artifactId>javahelp</artifactId>
    <version>2.0.02</version>
</dependency>
// https://jarcasting.com/artifacts/javax.help/javahelp/
implementation 'javax.help:javahelp:2.0.02'
// https://jarcasting.com/artifacts/javax.help/javahelp/
implementation ("javax.help:javahelp:2.0.02")
'javax.help:javahelp:jar:2.0.02'
<dependency org="javax.help" name="javahelp" rev="2.0.02">
  <artifact name="javahelp" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.help', module='javahelp', version='2.0.02')
)
libraryDependencies += "javax.help" % "javahelp" % "2.0.02"
[javax.help/javahelp "2.0.02"]