f

fhPersistenceLite

Persistence management
https://github.com/assecopl/fh
Files download
File Operation
fhPersistenceLite-4.9.18.jar download
fhPersistenceLite-4.9.18.pom download
fhPersistenceLite-4.9.18-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.fhframework.persistence</groupId>
  <artifactId>fhPersistenceLite</artifactId>
  <version>4.9.18</version>
</dependency>
Gradle Groovy
implementation 'pl.fhframework.persistence:fhPersistenceLite:4.9.18'
Gradle Kotlin
implementation("pl.fhframework.persistence:fhPersistenceLite:4.9.18")
Scala SBT
libraryDependencies += "pl.fhframework.persistence" % "fhPersistenceLite" % "4.9.18"
Groovy Grape
@Grapes(
  @Grab(group='pl.fhframework.persistence', module='fhPersistenceLite', version='4.9.18')
)
Apache Ivy
<dependency org="pl.fhframework.persistence" name="fhPersistenceLite" rev="4.9.18" />
Leiningen
[pl.fhframework.persistence/fhPersistenceLite "4.9.18"]
Apache Buildr
'pl.fhframework.persistence:fhPersistenceLite:jar:4.9.18'