| GroupId | GroupIdpl.fhframework |
|---|---|
| ArtifactId | ArtifactIdbasicControls |
| Version | Version4.6.24 |
| Type | Typejar |
| Filename | Size |
|---|---|
| basicControls-4.6.24.pom | |
| basicControls-4.6.24.jar | 469 KB |
| basicControls-4.6.24-sources.jar | 243 KB |
| basicControls-4.6.24-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.fhframework/basicControls/ -->
<dependency>
<groupId>pl.fhframework</groupId>
<artifactId>basicControls</artifactId>
<version>4.6.24</version>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework/basicControls/
implementation 'pl.fhframework:basicControls:4.6.24'
// https://jarcasting.com/artifacts/pl.fhframework/basicControls/
implementation ("pl.fhframework:basicControls:4.6.24")
'pl.fhframework:basicControls:jar:4.6.24'
<dependency org="pl.fhframework" name="basicControls" rev="4.6.24">
<artifact name="basicControls" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework', module='basicControls', version='4.6.24')
)
libraryDependencies += "pl.fhframework" % "basicControls" % "4.6.24"
[pl.fhframework/basicControls "4.6.24"]