j

jsf-myfaces-spring-boot-starter

Jsf Spring Boot Starter for Tomcat and MyFaces
文件下载
文件名 操作
jsf-myfaces-spring-boot-starter-1.7.3.jar 下载
jsf-myfaces-spring-boot-starter-1.7.3.pom 下载
jsf-myfaces-spring-boot-starter-1.7.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.persapiens</groupId>
  <artifactId>jsf-myfaces-spring-boot-starter</artifactId>
  <version>1.7.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.persapiens:jsf-myfaces-spring-boot-starter:1.7.3'
Gradle Kotlin
implementation("com.github.persapiens:jsf-myfaces-spring-boot-starter:1.7.3")
Scala SBT
libraryDependencies += "com.github.persapiens" % "jsf-myfaces-spring-boot-starter" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.persapiens', module='jsf-myfaces-spring-boot-starter', version='1.7.3')
)
Apache Ivy
<dependency org="com.github.persapiens" name="jsf-myfaces-spring-boot-starter" rev="1.7.3" />
Leiningen
[com.github.persapiens/jsf-myfaces-spring-boot-starter "1.7.3"]
Apache Buildr
'com.github.persapiens:jsf-myfaces-spring-boot-starter:jar:1.7.3'