Usage

To use this Maven module in your project, you need to add the following dependency to your Maven project:

		<dependency>
			<groupId>com.puresoltechnologies.genesis</groupId>
			<artifactId>parent</artifactId>
			<version>0.3.0</version>
		</dependency>

If this project was published at Maven Central, please have also a look to the project page at Maven Central .

For other build tools use the following dependency information:

Build Tool Dependency
Apache Buildr
'com.puresoltechnologies.genesis:parent:jar:pom'
Apache Ivy
<dependency org="com.puresoltechnologies.genesis" name="parent" rev="0.3.0" />
Groovy Grape
@Grapes( 
@Grab(group='com.puresoltechnologies.genesis', module='parent', version='0.3.0') 
)
Gradle/Grails
compile 'com.puresoltechnologies.genesis:parent:pom'
Scala SBT
libraryDependencies += "com.puresoltechnologies.genesis" % "parent" % "0.3.0"
Leiningen
[com.puresoltechnologies.genesis/parent "0.3.0"]
Fork me on GitHub