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