0.9
·
1587 commits
to master
since this release
Issues:
#50 - Change package to io.avaje.inject
and change maven groupId and artifactId to io.avaje:avaje-inject
New
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject</artifactId>
</dependency>
<!-- java annotation processors -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-generator</artifactId>
<scope>provided</scope>
</dependency>