MVN

com.github.lazaronixon : active-persistence

Maven & Gradle

Feb 02, 2021
15 stars

ActivePersistence · Active Persistence is a implementation of Active Record Query Interface for JPA

<dependency>
    <groupId>com.github.lazaronixon</groupId>
    <artifactId>active-persistence</artifactId>
    <version>0.0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lazaronixon : active-persistence to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.31

All Versions

Choose a version of com.github.lazaronixon : active-persistence to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
active-persistence-0.0.31
active-persistence-0.0.30
active-persistence-0.0.29
active-persistence-0.0.28
active-persistence-0.0.27
active-persistence-0.0.26
active-persistence-0.0.25
active-persistence-0.0.24
active-persistence-0.0.23
active-persistence-0.0.21
active-persistence-0.0.20
active-persistence-0.0.19
active-persistence-0.0.17
active-persistence-0.0.16
active-persistence-0.0.15
active-persistence-0.0.14
active-persistence-0.0.13
active-persistence-0.0.12
active-persistence-0.0.11
active-persistence-0.0.10
active-persistence-0.0.9
active-persistence-0.0.8
active-persistence-0.0.7
active-persistence-0.0.6
active-persistence-0.0.5
active-persistence-0.0.4
active-persistence-0.0.1

How to add a dependency to Maven

Add the following com.github.lazaronixon : active-persistence maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lazaronixon</groupId>
    <artifactId>active-persistence</artifactId>
    <version>0.0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lazaronixon : active-persistence gradle dependency to your build.gradle file:

implementation 'com.github.lazaronixon:active-persistence:0.0.31'

Gradle Kotlin DSL: Add the following com.github.lazaronixon : active-persistence gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lazaronixon:active-persistence:0.0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lazaronixon : active-persistence sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lazaronixon" % "active-persistence" % "0.0.31"

Advertisement