m

myfaces-shared-project

The MyFaces Shared project provides base classes for usage in both the MyFaces Implementation and the MyFaces Tomahawk components. Note: When bound to myfaces-impl or myfaces-tomahawk the shared classes get another namespace. That is: myfaces-impl: org.apache.myfaces.shared_impl.* instead of org.apache.myfaces.shared.* myfaces-tomahawk: org.apache.myfaces.shared_tomahawk.* instead of org.apache.myfaces.shared.*
http://myfaces.apache.org
文件下载
文件名 操作
myfaces-shared-project-2.0.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.myfaces.shared</groupId>
  <artifactId>myfaces-shared-project</artifactId>
  <version>2.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.myfaces.shared:myfaces-shared-project:2.0.3'
Gradle Kotlin
implementation("org.apache.myfaces.shared:myfaces-shared-project:2.0.3")
Scala SBT
libraryDependencies += "org.apache.myfaces.shared" % "myfaces-shared-project" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.myfaces.shared', module='myfaces-shared-project', version='2.0.3')
)
Apache Ivy
<dependency org="org.apache.myfaces.shared" name="myfaces-shared-project" rev="2.0.3" />
Leiningen
[org.apache.myfaces.shared/myfaces-shared-project "2.0.3"]
Apache Buildr
'org.apache.myfaces.shared:myfaces-shared-project:jar:2.0.3'