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