acris-reporting-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>sk.seges.acris</groupId> <artifactId>acris-reporting-api</artifactId> <version>2.0.0</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>acris-reporting-api</artifactId> <packaging>jar</packaging> <name>AcrIS Reporting API</name> <parent> <groupId>sk.seges.acris</groupId> <artifactId>acris-reporting-parent</artifactId> <version>2.0.0</version> <relativePath>../acris-reporting-parent</relativePath> </parent> <dependencies> <!-- Testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <!-- Acris dependencies --> <dependency> <groupId>sk.seges.acris</groupId> <artifactId>acris-common</artifactId> </dependency> <dependency> <groupId>sk.seges.acris</groupId> <artifactId>acris-client-core</artifactId> </dependency> <dependency> <groupId>sk.seges.corpis</groupId> <artifactId>corpis-model-domain-configurations</artifactId> </dependency> </dependencies> </project>