This is the maven repository for maven.javastream.de. To add this Repositry to your maven project, simply add the following lines to your pom.xml.


<repository>
	<id>maven.javastream.de</id>
	<name>javastream Repository</name>
	<url>http://maven.javastream.de</url>
	<snapshots>
		<enabled>true</enabled>
	</snapshots>
</repository>