chartfx-dataset
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.gsi.dataset</groupId> <artifactId>chartfx-dataset</artifactId> <version>11.2.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>de.gsi</groupId> <artifactId>chartfx</artifactId> <version>11.2.7</version> </parent> <groupId>de.gsi.dataset</groupId> <artifactId>chartfx-dataset</artifactId> <version>11.2.7</version> <name>dataset</name> <description>Container for handling different types of datasets with metadata, uncertainties, etc. Provides interfaces for the charting and math library to use.</description> <licenses> <license> <name>LGPLv3</name> <url>https://www.gnu.org/licenses/lgpl-3.0.html</url> </license> </licenses> <properties> <project.moduleName>de.gsi.chartfx.dataset</project.moduleName> </properties> <dependencies> <dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <version>8.3.1</version> </dependency> <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> <version>1.23</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-generator-annprocess</artifactId> <version>1.23</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>de.gsi.generate</groupId> <artifactId>chartfx-generate</artifactId> </plugin> </plugins> </build> </project>