f

fhPersistenceLite

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