step-grid-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-grid-api</artifactId>
<version>3.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>step-grid-api</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-grid</artifactId>
<version>3.0.0</version>
</parent>
<dependencies>
<dependency>
<groupId>ch.exense.commons</groupId>
<artifactId>exense-basic-commons</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-api-reporting</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
</plugins>
</build>
</project>