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