Categories |
CategoriesJetty Container Application Servers Spring Boot Microservices Jakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdjsf-jetty-bootsfaces-spring-boot-starter |
Version | Version2.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.joinfaces/jsf-jetty-bootsfaces-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jsf-jetty-bootsfaces-spring-boot-starter</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/jsf-jetty-bootsfaces-spring-boot-starter/
implementation 'org.joinfaces:jsf-jetty-bootsfaces-spring-boot-starter:2.3.4'
// https://jarcasting.com/artifacts/org.joinfaces/jsf-jetty-bootsfaces-spring-boot-starter/
implementation ("org.joinfaces:jsf-jetty-bootsfaces-spring-boot-starter:2.3.4")
'org.joinfaces:jsf-jetty-bootsfaces-spring-boot-starter:jar:2.3.4'
<dependency org="org.joinfaces" name="jsf-jetty-bootsfaces-spring-boot-starter" rev="2.3.4">
<artifact name="jsf-jetty-bootsfaces-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='jsf-jetty-bootsfaces-spring-boot-starter', version='2.3.4')
)
libraryDependencies += "org.joinfaces" % "jsf-jetty-bootsfaces-spring-boot-starter" % "2.3.4"
[org.joinfaces/jsf-jetty-bootsfaces-spring-boot-starter "2.3.4"]