| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.myfaces.buildtools |
| Идентификатор | Идентификаторmyfaces-builder-annotations |
| Последняя версия | Последняя версия1.0.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache MyFaces Buildtools Maven2 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.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/ -->
<dependency>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>myfaces-builder-annotations</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/
implementation 'org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.9'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/
implementation ("org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.9")
'org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.9'
<dependency org="org.apache.myfaces.buildtools" name="myfaces-builder-annotations" rev="1.0.9">
<artifact name="myfaces-builder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='myfaces-builder-annotations', version='1.0.9')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-builder-annotations" % "1.0.9"
[org.apache.myfaces.buildtools/myfaces-builder-annotations "1.0.9"]