3 comments

[ 4.9 ms ] story [ 13.1 ms ] thread
Is it on maven central?
I've just published the release today, it should be available within the next few hours. Meanwhile you can build it from the github sources.
It should be available as:

    <dependency>
        <groupId>co.trikita</groupId>
        <artifactId>anvil</artifactId>
        <version>0.0.2</version>
    </dependency>
Gradle:

    compile 'co.trikita:anvil:0.0.2'