acc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.fair-acc</groupId>
<artifactId>acc</artifactId>
<version>11.3.1</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>io.fair-acc</groupId>
<artifactId>chartfx-parent</artifactId>
<version>11.3.1</version>
<relativePath>..</relativePath>
</parent>
<groupId>io.fair-acc</groupId>
<artifactId>acc</artifactId>
<version>11.3.1</version>
<name>chartfx-acc</name>
<description>Collection of accelerator specific widget and functionalities that directly depend on chart-fx or which no other
suitable place has been identified (yet).</description>
<licenses>
<license>
<name>LGPLv3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
</license>
</licenses>
<properties>
<okHttp3.version>4.8.1</okHttp3.version>
<jetty.version>9.4.29.v20200521</jetty.version>
<javalin.version>3.9.0</javalin.version>
<micrometer.version>1.5.1</micrometer.version>
<velocity.version>2.0</velocity.version>
<project.moduleName>io.fair_acc.acc</project.moduleName>
</properties>
<dependencies>
<dependency>
<groupId>io.fair-acc</groupId>
<artifactId>chartfx</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>