DbSetup
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ninja-squad</groupId>
<artifactId>DbSetup</artifactId>
<version>2.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ninja-squad</groupId>
<artifactId>DbSetup</artifactId>
<version>2.1.0</version>
<name>DbSetup</name>
<description>Helps you setup your database with test data</description>
<url>http://dbsetup.ninja-squad.com/</url>
<organization>
<name>Ninja Squad</name>
<url>http://ninja-squad.com</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>http://dbsetup.ninja-squad.com/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jnizet</id>
<name>Jean-Baptiste Nizet</name>
<email>jb@ninja-squad.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Ninja-Squad/DbSetup</connection>
<developerConnection>scm:git:git://github.com/Ninja-Squad/DbSetup</developerConnection>
<url>https://github.com/Ninja-Squad/DbSetup</url>
</scm>
</project>