| Group ID: |
com.jongsoft.utils |
| Artifact ID: |
highchart-export-server |
| Last modified: |
06.02.2017 19:04 |
| Packaging: |
jar |
| Name: |
Highchart Renderer: Export Server Module |
|
|
| Size: |
10.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/jongsoft/utils/highchart-export-server/2.2.1/highchart-export-server-2.2.1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jongsoft.utils</groupId>
<artifactId>highchart-parent</artifactId>
<version>2.2.1</version>
</parent>
<artifactId>highchart-export-server</artifactId>
<name>Highchart Renderer: Export Server Module</name>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>com.jongsoft.utils</groupId>
<artifactId>highchart-core</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Dependencies used to generate the JavaScript objects from the Java POJO -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.jongsoft.utils</groupId>
<artifactId>highchart-export-server</artifactId>
<version>2.2.1</version>
</dependency>
|
| Gradle: |
com.jongsoft.utils:highchart-export-server:2.2.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
highchart-core-${project.version}.jar
in com/jongsoft/utils/highchart-core/${project.version}
-
[JAR]
httpclient-4.5.2.jar
in org/apache/httpcomponents/httpclient/4.5.2
-
[JAR]
httpcore-4.4.4.jar
in org/apache/httpcomponents/httpcore/4.4.4
|
| Dependency Graph: |
Show
Less
More
|