Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.sun.jsftemplating |
ArtifactId | ArtifactIdjsftemplating-base |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTemplating for Java Server Faces
|
Filename | Size |
---|---|
jsftemplating-base-2.0.2.pom | |
jsftemplating-base-2.0.2.jar | 462 KB |
jsftemplating-base-2.0.2-sources.jar | 571 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating-base/ -->
<dependency>
<groupId>com.sun.jsftemplating</groupId>
<artifactId>jsftemplating-base</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating-base/
implementation 'com.sun.jsftemplating:jsftemplating-base:2.0.2'
// https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating-base/
implementation ("com.sun.jsftemplating:jsftemplating-base:2.0.2")
'com.sun.jsftemplating:jsftemplating-base:jar:2.0.2'
<dependency org="com.sun.jsftemplating" name="jsftemplating-base" rev="2.0.2">
<artifact name="jsftemplating-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jsftemplating', module='jsftemplating-base', version='2.0.2')
)
libraryDependencies += "com.sun.jsftemplating" % "jsftemplating-base" % "2.0.2"
[com.sun.jsftemplating/jsftemplating-base "2.0.2"]