f

fhPersistenceLite

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