Install with Maven

Since JPAStreamer acts merely as an API extension for any existing JPA provider it requires minimal installation and configuration efforts. You only need to specify that the JPAStreamer dependency is required to compile your source code.

JPAStreamer requires use of Java 8 or later.

To install, add the following JPAStreamer dependency to the project’s pom.xml-file:

<dependencies>
    <dependency>
        <groupId>com.speedment.jpastreamer</groupId>
        <artifactId>core</artifactId>
        <version>${jpa-streamer-version}</version>
    </dependency>
</dependencies>