| Группа | Группаorg.richfaces |
|---|---|
| Идентификатор | Идентификаторrichfaces-bom |
| Версия | Версия4.1.0.CR2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| richfaces-bom-4.1.0.CR2.pom | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<version>4.1.0.CR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/
implementation 'org.richfaces:richfaces-bom:4.1.0.CR2'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/
implementation ("org.richfaces:richfaces-bom:4.1.0.CR2")
'org.richfaces:richfaces-bom:pom:4.1.0.CR2'
<dependency org="org.richfaces" name="richfaces-bom" rev="4.1.0.CR2">
<artifact name="richfaces-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-bom', version='4.1.0.CR2')
)
libraryDependencies += "org.richfaces" % "richfaces-bom" % "4.1.0.CR2"
[org.richfaces/richfaces-bom "4.1.0.CR2"]