Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdrichfaces-spring-boot-starter |
Version | Version4.3.8 |
Type | Typejar |
Filename | Size |
---|---|
richfaces-spring-boot-starter-4.3.8.pom | |
richfaces-spring-boot-starter-4.3.8.jar | 371 bytes |
richfaces-spring-boot-starter-4.3.8-sources.jar | 261 bytes |
richfaces-spring-boot-starter-4.3.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/richfaces-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>richfaces-spring-boot-starter</artifactId>
<version>4.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/richfaces-spring-boot-starter/
implementation 'org.joinfaces:richfaces-spring-boot-starter:4.3.8'
// https://jarcasting.com/artifacts/org.joinfaces/richfaces-spring-boot-starter/
implementation ("org.joinfaces:richfaces-spring-boot-starter:4.3.8")
'org.joinfaces:richfaces-spring-boot-starter:jar:4.3.8'
<dependency org="org.joinfaces" name="richfaces-spring-boot-starter" rev="4.3.8">
<artifact name="richfaces-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='richfaces-spring-boot-starter', version='4.3.8')
)
libraryDependencies += "org.joinfaces" % "richfaces-spring-boot-starter" % "4.3.8"
[org.joinfaces/richfaces-spring-boot-starter "4.3.8"]