yarg-server
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.haulmont.yarg</groupId>
<artifactId>yarg-server</artifactId>
<version>2.0.12</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
<groupId>com.haulmont.yarg</groupId>
<artifactId>yarg-server</artifactId>
<version>2.0.12</version>
<name>YARG (Yet another report generator)</name>
<description>Open source library for report generation. Provided by Haulmont.</description>
<url>https://github.com/cuba-platform/yarg</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>tinhol</id>
<email>tinhol@mail.ru</email>
<organization>Haulmont</organization>
<organizationUrl>http://www.haulmont.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/cuba-platform/yarg</connection>
<url>https://github.com/cuba-platform/yarg</url>
</scm>
<dependencies>
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.haulmont.yarg</groupId>
<artifactId>yarg-api</artifactId>
<version>2.0.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.haulmont.yarg</groupId>
<artifactId>yarg</artifactId>
<version>2.0.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.haulmont.yarg</groupId>
<artifactId>yarg-console</artifactId>
<version>2.0.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>