GroupId | GroupIdpl.fhframework.persistence |
---|---|
ArtifactId | ArtifactIdfhPersistenceLite |
Version | Version4.5.12 |
Type | Typejar |
Filename | Size |
---|---|
fhPersistenceLite-4.5.12.pom | |
fhPersistenceLite-4.5.12.jar | 170 KB |
fhPersistenceLite-4.5.12-sources.jar | 78 KB |
fhPersistenceLite-4.5.12-javadoc.jar | 515 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.fhframework.persistence/fhPersistenceLite/ -->
<dependency>
<groupId>pl.fhframework.persistence</groupId>
<artifactId>fhPersistenceLite</artifactId>
<version>4.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework.persistence/fhPersistenceLite/
implementation 'pl.fhframework.persistence:fhPersistenceLite:4.5.12'
// https://jarcasting.com/artifacts/pl.fhframework.persistence/fhPersistenceLite/
implementation ("pl.fhframework.persistence:fhPersistenceLite:4.5.12")
'pl.fhframework.persistence:fhPersistenceLite:jar:4.5.12'
<dependency org="pl.fhframework.persistence" name="fhPersistenceLite" rev="4.5.12">
<artifact name="fhPersistenceLite" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework.persistence', module='fhPersistenceLite', version='4.5.12')
)
libraryDependencies += "pl.fhframework.persistence" % "fhPersistenceLite" % "4.5.12"
[pl.fhframework.persistence/fhPersistenceLite "4.5.12"]