GroupId | GroupIdpl.fhframework |
---|---|
ArtifactId | ArtifactIdfhCoreLite |
Version | Version4.5.12 |
Type | Typepom |
Filename | Size |
---|---|
fhCoreLite-4.5.12.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.fhframework/fhCoreLite/ -->
<dependency>
<groupId>pl.fhframework</groupId>
<artifactId>fhCoreLite</artifactId>
<version>4.5.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework/fhCoreLite/
implementation 'pl.fhframework:fhCoreLite:4.5.12'
// https://jarcasting.com/artifacts/pl.fhframework/fhCoreLite/
implementation ("pl.fhframework:fhCoreLite:4.5.12")
'pl.fhframework:fhCoreLite:pom:4.5.12'
<dependency org="pl.fhframework" name="fhCoreLite" rev="4.5.12">
<artifact name="fhCoreLite" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework', module='fhCoreLite', version='4.5.12')
)
libraryDependencies += "pl.fhframework" % "fhCoreLite" % "4.5.12"
[pl.fhframework/fhCoreLite "4.5.12"]