| GroupId | GroupIdorg.apache.myfaces.tobago |
|---|---|
| ArtifactId | ArtifactIdtobago-theme |
| Version | Version1.6.0-beta-2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tobago-theme-1.6.0-beta-2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-theme</artifactId>
<version>1.6.0-beta-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme/
implementation 'org.apache.myfaces.tobago:tobago-theme:1.6.0-beta-2'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme/
implementation ("org.apache.myfaces.tobago:tobago-theme:1.6.0-beta-2")
'org.apache.myfaces.tobago:tobago-theme:pom:1.6.0-beta-2'
<dependency org="org.apache.myfaces.tobago" name="tobago-theme" rev="1.6.0-beta-2">
<artifact name="tobago-theme" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-theme', version='1.6.0-beta-2')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-theme" % "1.6.0-beta-2"
[org.apache.myfaces.tobago/tobago-theme "1.6.0-beta-2"]