Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-modular-jsf |
Version | Version1.0-m3 |
Type | Typejar |
Filename | Size |
---|---|
appfuse-modular-jsf-1.0-m3.pom | |
appfuse-modular-jsf-1.0-m3.jar | 60 KB |
appfuse-modular-jsf-1.0-m3-sources.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-modular-jsf/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-modular-jsf</artifactId>
<version>1.0-m3</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-modular-jsf/
implementation 'org.appfuse:appfuse-modular-jsf:1.0-m3'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-modular-jsf/
implementation ("org.appfuse:appfuse-modular-jsf:1.0-m3")
'org.appfuse:appfuse-modular-jsf:jar:1.0-m3'
<dependency org="org.appfuse" name="appfuse-modular-jsf" rev="1.0-m3">
<artifact name="appfuse-modular-jsf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-modular-jsf', version='1.0-m3')
)
libraryDependencies += "org.appfuse" % "appfuse-modular-jsf" % "1.0-m3"
[org.appfuse/appfuse-modular-jsf "1.0-m3"]