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