| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.myfaces.commons |
| Идентификатор | Идентификаторcommons-examples12 |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache MyFaces Commons Examples
The MyFaces project is home of the first free open source JavaServer Faces
implementation as well as some useful JSF component libraries and other
convenient JSF stuff.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| commons-examples12-1.0.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.commons/commons-examples12/ -->
<dependency>
<groupId>org.apache.myfaces.commons</groupId>
<artifactId>commons-examples12</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.commons/commons-examples12/
implementation 'org.apache.myfaces.commons:commons-examples12:1.0.2'
// https://jarcasting.com/artifacts/org.apache.myfaces.commons/commons-examples12/
implementation ("org.apache.myfaces.commons:commons-examples12:1.0.2")
'org.apache.myfaces.commons:commons-examples12:pom:1.0.2'
<dependency org="org.apache.myfaces.commons" name="commons-examples12" rev="1.0.2">
<artifact name="commons-examples12" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.commons', module='commons-examples12', version='1.0.2')
)
libraryDependencies += "org.apache.myfaces.commons" % "commons-examples12" % "1.0.2"
[org.apache.myfaces.commons/commons-examples12 "1.0.2"]