Categories |
CategoriesSpring Boot Container Microservices Jakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdjsf-spring-boot-starter |
Version | Version3.3.0-rc4 |
Type | Typejar |
Filename | Size |
---|---|
jsf-spring-boot-starter-3.3.0-rc4.pom | |
jsf-spring-boot-starter-3.3.0-rc4.jar | 365 bytes |
jsf-spring-boot-starter-3.3.0-rc4-sources.jar | 261 bytes |
jsf-spring-boot-starter-3.3.0-rc4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jsf-spring-boot-starter</artifactId>
<version>3.3.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starter/
implementation 'org.joinfaces:jsf-spring-boot-starter:3.3.0-rc4'
// https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starter/
implementation ("org.joinfaces:jsf-spring-boot-starter:3.3.0-rc4")
'org.joinfaces:jsf-spring-boot-starter:jar:3.3.0-rc4'
<dependency org="org.joinfaces" name="jsf-spring-boot-starter" rev="3.3.0-rc4">
<artifact name="jsf-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='jsf-spring-boot-starter', version='3.3.0-rc4')
)
libraryDependencies += "org.joinfaces" % "jsf-spring-boot-starter" % "3.3.0-rc4"
[org.joinfaces/jsf-spring-boot-starter "3.3.0-rc4"]