| Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
|---|---|
| GroupId | GroupIdcom.sun.jsftemplating |
| ArtifactId | ArtifactIdjsftemplating |
| Version | Version1.2-SAILFIN |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsftemplating-1.2-SAILFIN.pom | |
| jsftemplating-1.2-SAILFIN.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating/ -->
<dependency>
<groupId>com.sun.jsftemplating</groupId>
<artifactId>jsftemplating</artifactId>
<version>1.2-SAILFIN</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating/
implementation 'com.sun.jsftemplating:jsftemplating:1.2-SAILFIN'
// https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating/
implementation ("com.sun.jsftemplating:jsftemplating:1.2-SAILFIN")
'com.sun.jsftemplating:jsftemplating:jar:1.2-SAILFIN'
<dependency org="com.sun.jsftemplating" name="jsftemplating" rev="1.2-SAILFIN">
<artifact name="jsftemplating" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jsftemplating', module='jsftemplating', version='1.2-SAILFIN')
)
libraryDependencies += "com.sun.jsftemplating" % "jsftemplating" % "1.2-SAILFIN"
[com.sun.jsftemplating/jsftemplating "1.2-SAILFIN"]