f

fhPersistenceLite

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