j

jsf-spring-boot-starters

Group of all JSF Spring Boot Starters
文件下载
文件名 操作
jsf-spring-boot-starters-2.1.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.joinfaces</groupId>
  <artifactId>jsf-spring-boot-starters</artifactId>
  <version>2.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.joinfaces:jsf-spring-boot-starters:2.1.5'
Gradle Kotlin
implementation("org.joinfaces:jsf-spring-boot-starters:2.1.5")
Scala SBT
libraryDependencies += "org.joinfaces" % "jsf-spring-boot-starters" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.joinfaces', module='jsf-spring-boot-starters', version='2.1.5')
)
Apache Ivy
<dependency org="org.joinfaces" name="jsf-spring-boot-starters" rev="2.1.5" />
Leiningen
[org.joinfaces/jsf-spring-boot-starters "2.1.5"]
Apache Buildr
'org.joinfaces:jsf-spring-boot-starters:jar:2.1.5'