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