pmdata
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.machinezoo.pmdata</groupId> <artifactId>pmdata</artifactId> <version>0.13.1</version> </dependency>
<!-- Generated by scripts/configure.py --> <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> <groupId>com.machinezoo.pmdata</groupId> <artifactId>pmdata</artifactId> <version>0.13.1</version> <name>PMData</name> <description>Framework for reactive data-driven and data science websites.</description> <url>https://pmdata.machinezoo.com/</url> <inceptionYear>2020</inceptionYear> <licenses> <license> <name>Apache-2.0</name> <url>https://github.com/robertvazan/pmdata/blob/master/LICENSE</url> </license> </licenses> <organization> <name>Robert Važan</name> <url>https://robert.machinezoo.com/</url> </organization> <developers> <developer> <name>Robert Važan</name> <email>robert.vazan@tutanota.com</email> <url>https://robert.machinezoo.com/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/robertvazan/pmdata.git</connection> <developerConnection>scm:git:https://github.com/robertvazan/pmdata.git</developerConnection> <url>https://github.com/robertvazan/pmdata</url> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>17</maven.compiler.release> </properties> <dependencies> <dependency> <groupId>com.machinezoo.stagean</groupId> <artifactId>stagean</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>com.machinezoo.noexception</groupId> <artifactId>noexception</artifactId> <version>1.9.1</version> </dependency> <dependency> <groupId>com.machinezoo.hookless</groupId> <artifactId>hookless</artifactId> <version>0.16.1</version> </dependency> <dependency> <groupId>com.machinezoo.pushmode</groupId> <artifactId>pushmode</artifactId> <version>0.8.5</version> </dependency> <dependency> <groupId>com.machinezoo.pmsite</groupId> <artifactId>pmsite</artifactId> <version>0.18.8</version> </dependency> <dependency> <groupId>com.machinezoo.meerkatwidgets</groupId> <artifactId>meerkatwidgets</artifactId> <version>0.2.1</version> </dependency> <dependency> <groupId>com.machinezoo.foxcache</groupId> <artifactId>foxcache</artifactId> <version>0.1.4</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.1.3-jre</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.13.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.9</version> </dependency> <dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> <version>1.5.4</version> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-dom</artifactId> <version>1.17</version> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-svggen</artifactId> <version>1.17</version> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-awt-util</artifactId> <version>1.17</version> </dependency> <dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-plot</artifactId> <version>3.0.2</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.10.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.valfirst</groupId> <artifactId>slf4j-test</artifactId> <version>3.0.1</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.11.0</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>3.2.2</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.11</version> <executions> <execution> <id>prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>report</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.6.2</version> <configuration> <notimestamp>true</notimestamp> <doclint>all,-missing</doclint> <bottom> <![CDATA[<!-- No copyright message. -->]]> </bottom> <links> <link>https://stagean.machinezoo.com/javadoc/</link> </links> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> <dependencies> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.15</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.1.0</version> <configuration> <gpgArguments> <arg>--pinentry-mode</arg> <arg>loopback</arg> </gpgArguments> </configuration> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>