Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdrichfaces-spring-boot-starter |
Version | Version3.0.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.joinfaces/richfaces-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>richfaces-spring-boot-starter</artifactId>
<version>3.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/richfaces-spring-boot-starter/
implementation 'org.joinfaces:richfaces-spring-boot-starter:3.0.0.RC1'
// https://jarcasting.com/artifacts/org.joinfaces/richfaces-spring-boot-starter/
implementation ("org.joinfaces:richfaces-spring-boot-starter:3.0.0.RC1")
'org.joinfaces:richfaces-spring-boot-starter:jar:3.0.0.RC1'
<dependency org="org.joinfaces" name="richfaces-spring-boot-starter" rev="3.0.0.RC1">
<artifact name="richfaces-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='richfaces-spring-boot-starter', version='3.0.0.RC1')
)
libraryDependencies += "org.joinfaces" % "richfaces-spring-boot-starter" % "3.0.0.RC1"
[org.joinfaces/richfaces-spring-boot-starter "3.0.0.RC1"]