minlia-rocket-starter-pretend
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.minlia.rocket</groupId>
<artifactId>minlia-rocket-starter-pretend</artifactId>
<version>2.0.4.1.RELEASE</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>
<parent>
<groupId>com.minlia.rocket</groupId>
<artifactId>minlia-rocket-starters</artifactId>
<version>2.0.4.1.RELEASE</version>
</parent>
<groupId>com.minlia.rocket</groupId>
<artifactId>minlia-rocket-starter-pretend</artifactId>
<version>2.0.4.1.RELEASE</version>
<name>Minlia Rocket Starter Pretend</name>
<description>Minlia Rocket Starters</description>
<url>https://github.com/minlia-projects/minlia-rocket/minlia-rocket-starter-pretend</url>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>will</name>
<email>will@minlia.com</email>
<organization>minlia</organization>
<organizationUrl>https://www.minlia.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/minlia-projects/minlia-rocket.git/minlia-rocket-dependencies/minlia-rocket-parent/minlia-rocket-starters/minlia-rocket-starter-pretend</connection>
<developerConnection>scm:git:https://github.com/minlia-projects/minlia-rocket.git/minlia-rocket-dependencies/minlia-rocket-parent/minlia-rocket-starters/minlia-rocket-starter-pretend</developerConnection>
<url>https://github.com/minlia-projects/minlia-rocket/minlia-rocket-starters/minlia-rocket-starter-pretend</url>
</scm>
<dependencies>
<dependency>
<groupId>com.minlia.rocket</groupId>
<artifactId>minlia-rocket-starter</artifactId>
<version>2.0.4.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.46</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.bohnman</groupId>
<artifactId>squiggly-filter-jackson</artifactId>
<version>1.3.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>