o

org.springframework.faces

文件下载
文件名 操作
org.springframework.faces-2.0.5.RELEASE.jar 下载
org.springframework.faces-2.0.5.RELEASE.pom 下载
org.springframework.faces-2.0.5.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.webflow</groupId>
  <artifactId>org.springframework.faces</artifactId>
  <version>2.0.5.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.webflow:org.springframework.faces:2.0.5.RELEASE'
Gradle Kotlin
implementation("org.springframework.webflow:org.springframework.faces:2.0.5.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.webflow" % "org.springframework.faces" % "2.0.5.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.webflow', module='org.springframework.faces', version='2.0.5.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="2.0.5.RELEASE" />
Leiningen
[org.springframework.webflow/org.springframework.faces "2.0.5.RELEASE"]
Apache Buildr
'org.springframework.webflow:org.springframework.faces:jar:2.0.5.RELEASE'