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