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