GroupId | GroupIdorg.apache.myfaces.tobago |
---|---|
ArtifactId | ArtifactIdtobago-facelets |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
tobago-facelets-1.0.8.pom | |
tobago-facelets-1.0.8.jar | 26 KB |
tobago-facelets-1.0.8-sources.jar | 445 KB |
tobago-facelets-1.0.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-facelets/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-facelets</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-facelets/
implementation 'org.apache.myfaces.tobago:tobago-facelets:1.0.8'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-facelets/
implementation ("org.apache.myfaces.tobago:tobago-facelets:1.0.8")
'org.apache.myfaces.tobago:tobago-facelets:jar:1.0.8'
<dependency org="org.apache.myfaces.tobago" name="tobago-facelets" rev="1.0.8">
<artifact name="tobago-facelets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-facelets', version='1.0.8')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-facelets" % "1.0.8"
[org.apache.myfaces.tobago/tobago-facelets "1.0.8"]