Categories |
CategoriesSpring Boot Container Microservices Jakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdjsf-spring-boot-starters |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
jsf-spring-boot-starters-2.1.2.pom | 2 KB |
jsf-spring-boot-starters-2.1.2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starters/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jsf-spring-boot-starters</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starters/
implementation 'org.joinfaces:jsf-spring-boot-starters:2.1.2'
// https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starters/
implementation ("org.joinfaces:jsf-spring-boot-starters:2.1.2")
'org.joinfaces:jsf-spring-boot-starters:jar:2.1.2'
<dependency org="org.joinfaces" name="jsf-spring-boot-starters" rev="2.1.2">
<artifact name="jsf-spring-boot-starters" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='jsf-spring-boot-starters', version='2.1.2')
)
libraryDependencies += "org.joinfaces" % "jsf-spring-boot-starters" % "2.1.2"
[org.joinfaces/jsf-spring-boot-starters "2.1.2"]