f

fhPersistenceLite

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