| Группа | Группаpl.fhframework.commons |
|---|---|
| Идентификатор | ИдентификаторfhCommons |
| Версия | Версия4.9.25 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| fhCommons-4.9.25.pom | |
| fhCommons-4.9.25.jar | 60 KB |
| fhCommons-4.9.25-sources.jar | 37 KB |
| fhCommons-4.9.25-javadoc.jar | 303 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.fhframework.commons/fhCommons/ -->
<dependency>
<groupId>pl.fhframework.commons</groupId>
<artifactId>fhCommons</artifactId>
<version>4.9.25</version>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework.commons/fhCommons/
implementation 'pl.fhframework.commons:fhCommons:4.9.25'
// https://jarcasting.com/artifacts/pl.fhframework.commons/fhCommons/
implementation ("pl.fhframework.commons:fhCommons:4.9.25")
'pl.fhframework.commons:fhCommons:jar:4.9.25'
<dependency org="pl.fhframework.commons" name="fhCommons" rev="4.9.25">
<artifact name="fhCommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework.commons', module='fhCommons', version='4.9.25')
)
libraryDependencies += "pl.fhframework.commons" % "fhCommons" % "4.9.25"
[pl.fhframework.commons/fhCommons "4.9.25"]