| GroupId | GroupIdpl.fhframework.commons |
|---|---|
| ArtifactId | ArtifactIdfhCommons |
| Version | Version4.6.23 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fhCommons-4.6.23.pom | |
| fhCommons-4.6.23.jar | 60 KB |
| fhCommons-4.6.23-sources.jar | 38 KB |
| fhCommons-4.6.23-javadoc.jar | 304 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.fhframework.commons/fhCommons/ -->
<dependency>
<groupId>pl.fhframework.commons</groupId>
<artifactId>fhCommons</artifactId>
<version>4.6.23</version>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework.commons/fhCommons/
implementation 'pl.fhframework.commons:fhCommons:4.6.23'
// https://jarcasting.com/artifacts/pl.fhframework.commons/fhCommons/
implementation ("pl.fhframework.commons:fhCommons:4.6.23")
'pl.fhframework.commons:fhCommons:jar:4.6.23'
<dependency org="pl.fhframework.commons" name="fhCommons" rev="4.6.23">
<artifact name="fhCommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework.commons', module='fhCommons', version='4.6.23')
)
libraryDependencies += "pl.fhframework.commons" % "fhCommons" % "4.6.23"
[pl.fhframework.commons/fhCommons "4.6.23"]