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