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