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