Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.08 KB

Build Maven Central : ebean License ebean-agent EA

ebean-agent

Enhancer Agent for Ebean ORM

    <dependency>
      <groupId>io.ebean</groupId>
      <artifactId>ebean-agent</artifactId>
      <version>13.1.0</version>
    </dependency>

Note that this previously was in a different maven groupId.

    <dependency>
      <groupId>org.avaje.ebeanorm</groupId>
      <artifactId>avaje-ebeanorm-agent</artifactId>
      <version>8.1.1</version>
    </dependency>