License |
License |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdjoinfaces-build |
Last Version | Last Version3.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJoinFaces Build
Spring Boot Starters to build MVC web applications using
JSF, PrimeFaces, Primefaces Extensions, BootsFaces, ButterFaces, OmniFaces
, AngularFaces, Mojarra and MyFaces
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
joinfaces-build-3.2.6.pom | 8 KB |
joinfaces-build-3.2.6-test-javadoc.jar | 590 KB |
joinfaces-build-3.2.6-sources.jar | 125 KB |
joinfaces-build-3.2.6-javadoc.jar | 614 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/joinfaces-build/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-build</artifactId>
<version>3.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/joinfaces-build/
implementation 'org.joinfaces:joinfaces-build:3.2.6'
// https://jarcasting.com/artifacts/org.joinfaces/joinfaces-build/
implementation ("org.joinfaces:joinfaces-build:3.2.6")
'org.joinfaces:joinfaces-build:jar:3.2.6'
<dependency org="org.joinfaces" name="joinfaces-build" rev="3.2.6">
<artifact name="joinfaces-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='joinfaces-build', version='3.2.6')
)
libraryDependencies += "org.joinfaces" % "joinfaces-build" % "3.2.6"
[org.joinfaces/joinfaces-build "3.2.6"]