Skip to content

v0.5.0-snapshot

Pre-release
Pre-release
Compare
Choose a tag to compare
@hakandilek hakandilek released this 03 Jul 11:38
· 124 commits to master since this release

Snapshot release for v0.5.0.

Released binaries can be found in the

maven repository:

http://hakandilek.github.com/maven-repo/snapshots/

access with maven:

    <repository>
        <id>hakandilek-maven-repo-snapshots</id>
        <url>http://hakandilek.github.com/maven-repo/snapshots/</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>