complate-spring-mvc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.complate</groupId>
<artifactId>complate-spring-mvc</artifactId>
<version>0.5.0</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.complate</groupId>
<artifactId>complate-spring-mvc</artifactId>
<packaging>jar</packaging>
<description>Integration of the Complate template library into Spring MVC</description>
<url>https://github.com/complate/complate-spring-mvc</url>
<version>0.5.0</version>
<licenses>
<license>
<name>APL2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>complate-spring-mvc</name>
<inceptionYear>2017</inceptionYear>
<organization>
<name>com.github.complate</name>
<url>https://github.com/complate</url>
</organization>
<scm>
<url>https://github.com/complate/complate-spring-mvc</url>
<connection>scm:git:git@github.com:complate/complate-spring-mvc.git</connection>
</scm>
<developers>
<developer>
<id>dwestheide</id>
<name>Daniel Westheide</name>
<email></email>
<url>https://github.com/dwestheide</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.10.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.10.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.8.47</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>