| License | License | 
|---|---|
| GroupId | GroupIdpl.fhframework | 
| ArtifactId | ArtifactIdfhFramework | 
| Last Version | Last Version4.10.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionFH FH (Forms Handler) is a set of javascript and Java to help you create user friendly web applications. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| fhFramework-4.10.0.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/pl.fhframework/fhFramework/ -->
<dependency>
    <groupId>pl.fhframework</groupId>
    <artifactId>fhFramework</artifactId>
    <version>4.10.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/pl.fhframework/fhFramework/
implementation 'pl.fhframework:fhFramework:4.10.0'// https://jarcasting.com/artifacts/pl.fhframework/fhFramework/
implementation ("pl.fhframework:fhFramework:4.10.0")'pl.fhframework:fhFramework:pom:4.10.0'<dependency org="pl.fhframework" name="fhFramework" rev="4.10.0">
  <artifact name="fhFramework" type="pom" />
</dependency>@Grapes(
@Grab(group='pl.fhframework', module='fhFramework', version='4.10.0')
)libraryDependencies += "pl.fhframework" % "fhFramework" % "4.10.0"[pl.fhframework/fhFramework "4.10.0"]