JavaHelp API

The JavaHelp API provides a platform-independent help framework.

License

License

GNU General Public License - Version 2 with the class path exception
GroupId

GroupId

javax.help
ArtifactId

ArtifactId

javahelp
Last Version

Last Version

2.0.05
Release Date

Release Date

Type

Type

jar
Description

Description

JavaHelp API
The JavaHelp API provides a platform-independent help framework.

Download javahelp

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.05
2.0.02