Usage

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

		<dependency>
			<groupId>com.puresoltechnologies.commons</groupId>
			<artifactId>misc.bundle</artifactId>
			<version>0.4.1</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.commons:misc.bundle:jar:bundle'
Apache Ivy
<dependency org="com.puresoltechnologies.commons" name="misc.bundle" rev="0.4.1" />
Groovy Grape
@Grapes( 
@Grab(group='com.puresoltechnologies.commons', module='misc.bundle', version='0.4.1') 
)
Gradle/Grails
compile 'com.puresoltechnologies.commons:misc.bundle:bundle'
Scala SBT
libraryDependencies += "com.puresoltechnologies.commons" % "misc.bundle" % "0.4.1"
Leiningen
[com.puresoltechnologies.commons/misc.bundle "0.4.1"]
Fork me on GitHub