pustefix-statuscode-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.pustefixframework.maven.plugins</groupId>
<artifactId>pustefix-statuscode-plugin</artifactId>
<version>0.22.22</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>
<parent>
<groupId>org.pustefixframework.maven.plugins</groupId>
<artifactId>pustefix-plugins</artifactId>
<version>0.22.22</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Pustefix StatusCode Constants Class Generation Plugin</name>
<groupId>org.pustefixframework.maven.plugins</groupId>
<artifactId>pustefix-statuscode-plugin</artifactId>
<version>0.22.22</version>
<packaging>maven-plugin</packaging>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.11.RELEASE</version>
</dependency>
</dependencies>
</project>