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