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