| License |
License |
|---|---|
| Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
| GroupId | GroupIdcom.sun.jsftemplating |
| ArtifactId | ArtifactIdjsftemplating-dt |
| Version | Version2.1.4 |
| Type | Typejar |
| Description |
DescriptionJSFTemplating is to work with JavaServer Faces technology to make building pages and components easier. It is used to define the layout of an example component.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jsftemplating-dt-2.1.4.pom | |
| jsftemplating-dt-2.1.4.jar | 30 KB |
| jsftemplating-dt-2.1.4-sources.jar | 25 KB |
| jsftemplating-dt-2.1.4-javadoc.jar | 410 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating-dt/ -->
<dependency>
<groupId>com.sun.jsftemplating</groupId>
<artifactId>jsftemplating-dt</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating-dt/
implementation 'com.sun.jsftemplating:jsftemplating-dt:2.1.4'
// https://jarcasting.com/artifacts/com.sun.jsftemplating/jsftemplating-dt/
implementation ("com.sun.jsftemplating:jsftemplating-dt:2.1.4")
'com.sun.jsftemplating:jsftemplating-dt:jar:2.1.4'
<dependency org="com.sun.jsftemplating" name="jsftemplating-dt" rev="2.1.4">
<artifact name="jsftemplating-dt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jsftemplating', module='jsftemplating-dt', version='2.1.4')
)
libraryDependencies += "com.sun.jsftemplating" % "jsftemplating-dt" % "2.1.4"
[com.sun.jsftemplating/jsftemplating-dt "2.1.4"]