GroupId | GroupIdpl.fhframework.integration |
---|---|
ArtifactId | ArtifactIdintegrationCoreLite |
Version | Version4.5.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.fhframework.integration/integrationCoreLite/ -->
<dependency>
<groupId>pl.fhframework.integration</groupId>
<artifactId>integrationCoreLite</artifactId>
<version>4.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework.integration/integrationCoreLite/
implementation 'pl.fhframework.integration:integrationCoreLite:4.5.11'
// https://jarcasting.com/artifacts/pl.fhframework.integration/integrationCoreLite/
implementation ("pl.fhframework.integration:integrationCoreLite:4.5.11")
'pl.fhframework.integration:integrationCoreLite:jar:4.5.11'
<dependency org="pl.fhframework.integration" name="integrationCoreLite" rev="4.5.11">
<artifact name="integrationCoreLite" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework.integration', module='integrationCoreLite', version='4.5.11')
)
libraryDependencies += "pl.fhframework.integration" % "integrationCoreLite" % "4.5.11"
[pl.fhframework.integration/integrationCoreLite "4.5.11"]