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