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