| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.richfaces |
| Идентификатор | Идентификаторrichfaces-build |
| Последняя версия | Последняя версия5.0.0.Alpha3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеRichFaces Build Version Management
The RichFaces Framework Build Dependency Version Management manages
versions of framework dependencies and is not specifically targetting
RichFaces Framework users.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| richfaces-build-5.0.0.Alpha3.pom | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-build/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-build</artifactId>
<version>5.0.0.Alpha3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-build/
implementation 'org.richfaces:richfaces-build:5.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-build/
implementation ("org.richfaces:richfaces-build:5.0.0.Alpha3")
'org.richfaces:richfaces-build:pom:5.0.0.Alpha3'
<dependency org="org.richfaces" name="richfaces-build" rev="5.0.0.Alpha3">
<artifact name="richfaces-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-build', version='5.0.0.Alpha3')
)
libraryDependencies += "org.richfaces" % "richfaces-build" % "5.0.0.Alpha3"
[org.richfaces/richfaces-build "5.0.0.Alpha3"]