License |
License
GNU General Public License - Version 2 with the class path exception
|
---|---|
GroupId | GroupIdjavax.help |
ArtifactId | ArtifactIdjavahelp |
Last Version | Last Version2.0.05 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaHelp API
The JavaHelp API provides a platform-independent help framework.
|
Filename | Size |
---|---|
javahelp-2.0.05.pom | |
javahelp-2.0.05.jar | 549 KB |
javahelp-2.0.05-sources.jar | 369 KB |
javahelp-2.0.05-javadoc.jar | 505 KB |
Browse |
<!-- 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"]