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