Technical Details
- The HyJavaCharts, HyJavaStock, HyJavaApex, HyJavaImages and HyJavaImages HTTP Server libraries are pure Java libraries.
- They are available as downloadable .jar Java libraries.
- They require Java 8 or greater.
Maven
If you are using maven as a build tool, you can manually copy the downloaded jar files to your local repository. You can also use maven to install the jars into the correct location. See the Maven Guide to installing 3rd party JARs.
See below for maven repository paths for each library.
Modular Applications
To support Java 9+ modular applications the library Automatic-Module-Name has been defined.
See below for Automatic-Module-Name for each library.
HyJavaCharts
The latest version is v11.4.8.1 released on November 10, 2024.
This version of the library matches the Highcharts v11.4.8 release and API.
The download contains the following: hyjavacharts-11.4.8.1.jar + hyjavacharts-11.4.8.1-javadoc.jar
Highcharts v10.x, v9.x, v8.x, v7.x, v6.x and v5.x versions are also available.
The HyJavaCharts library has no dependencies.
Repository path: /com/hyjavacharts/hyjavacharts/x.x.x
Automatic-Module-Name: com.hyjavacharts (from v8.2.0)
HyJavaStock
The latest version is v11.4.8.1 released on November 13, 2024, 2024.
This version of the library matches the Highcharts Stock v11.4.8 release and API.
The download contains the following: hyjavastock-11.4.8.1.jar + hyjavastock-11.4.8.1-javadoc.jar
Highcharts Stock v10.x, v9.x, v8.x versions are also available.
The HyJavaStock library has no dependencies.
Repository path: /com/hyjavastock/hyjavastock/x.x.x
Automatic-Module-Name: com.hyjavastock (from v8.2.0)
HyJavaApex
The latest version is v3.54.1 released on November 3, 2024.
This version of the library matches the ApexCharts v3.54.1 release and API.
The download contains the following: hyjavaapex-3.54.1.jar + hyjavaapex-3.54.1-javadoc.jar
The HyJavaApex library has no dependencies.
Repository path: /com/hyjavaapex/hyjavaapex/x.x.x
Automatic-Module-Name: com.hyjavaapex (from v3.20.0)
HyJavaImages
The latest version is v1.12.1 released on November 6, 2024.
The download contains the following: hyjavaimages-1.12.1.jar + hyjavaimages-1.12.1-javadoc.jar
The HyJavaImages library has a number of dependencies. Refer to the pom.xml file for full details.
Repository path: /com/hyjavacharts/hyjavaimages/x.x.x
Automatic-Module-Name: com.hyjavacharts.hyjavaimages (from v1.1.0)
HyJavaImages HTTP Server
The latest version is v1.6.1 released on November 6, 2024.
The download contains the following: the launch script + all jars necessary to start the HTTP server + documentation.