GroupId | GroupIdpl.chilldev.facelets |
---|---|
ArtifactId | ArtifactIdfacelets |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
facelets-0.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.facelets/facelets/ -->
<dependency>
<groupId>pl.chilldev.facelets</groupId>
<artifactId>facelets</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.facelets/facelets/
implementation 'pl.chilldev.facelets:facelets:0.0.2'
// https://jarcasting.com/artifacts/pl.chilldev.facelets/facelets/
implementation ("pl.chilldev.facelets:facelets:0.0.2")
'pl.chilldev.facelets:facelets:pom:0.0.2'
<dependency org="pl.chilldev.facelets" name="facelets" rev="0.0.2">
<artifact name="facelets" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.facelets', module='facelets', version='0.0.2')
)
libraryDependencies += "pl.chilldev.facelets" % "facelets" % "0.0.2"
[pl.chilldev.facelets/facelets "0.0.2"]