GroupId | GroupIdpl.fhframework |
---|---|
ArtifactId | ArtifactIddefaultApplication |
Version | Version4.6.14 |
Type | Typejar |
Filename | Size |
---|---|
defaultApplication-4.6.14.pom | |
defaultApplication-4.6.14.jar | 4 MB |
defaultApplication-4.6.14-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.fhframework/defaultApplication/ -->
<dependency>
<groupId>pl.fhframework</groupId>
<artifactId>defaultApplication</artifactId>
<version>4.6.14</version>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework/defaultApplication/
implementation 'pl.fhframework:defaultApplication:4.6.14'
// https://jarcasting.com/artifacts/pl.fhframework/defaultApplication/
implementation ("pl.fhframework:defaultApplication:4.6.14")
'pl.fhframework:defaultApplication:jar:4.6.14'
<dependency org="pl.fhframework" name="defaultApplication" rev="4.6.14">
<artifact name="defaultApplication" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework', module='defaultApplication', version='4.6.14')
)
libraryDependencies += "pl.fhframework" % "defaultApplication" % "4.6.14"
[pl.fhframework/defaultApplication "4.6.14"]