Skip to content

0.9

Compare
Choose a tag to compare
@rbygrave rbygrave released this 28 Aug 00:50
· 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>