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