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