m

myfaces-builder-annotations

A set of Java 1.5 Annotation classes that can be applied to classes that are intended to be JSF components, validators, etc. The maven-builder-plugin will recognise these annotations and process the class appropriately.
文件下载
文件名 操作
myfaces-builder-annotations-1.0.9.jar 下载
myfaces-builder-annotations-1.0.9.pom 下载
myfaces-builder-annotations-1.0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.myfaces.buildtools</groupId>
  <artifactId>myfaces-builder-annotations</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.9'
Gradle Kotlin
implementation("org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.9")
Scala SBT
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-builder-annotations" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.myfaces.buildtools', module='myfaces-builder-annotations', version='1.0.9')
)
Apache Ivy
<dependency org="org.apache.myfaces.buildtools" name="myfaces-builder-annotations" rev="1.0.9" />
Leiningen
[org.apache.myfaces.buildtools/myfaces-builder-annotations "1.0.9"]
Apache Buildr
'org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.9'