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