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