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