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