GroupId | GroupIdorg.apache.myfaces.tobago |
---|---|
ArtifactId | ArtifactIdtobago-theme-standard |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
tobago-theme-standard-1.0.7.pom | |
tobago-theme-standard-1.0.7.jar | 94 KB |
tobago-theme-standard-1.0.7-sources.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme-standard/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-theme-standard</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme-standard/
implementation 'org.apache.myfaces.tobago:tobago-theme-standard:1.0.7'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme-standard/
implementation ("org.apache.myfaces.tobago:tobago-theme-standard:1.0.7")
'org.apache.myfaces.tobago:tobago-theme-standard:jar:1.0.7'
<dependency org="org.apache.myfaces.tobago" name="tobago-theme-standard" rev="1.0.7">
<artifact name="tobago-theme-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-theme-standard', version='1.0.7')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-theme-standard" % "1.0.7"
[org.apache.myfaces.tobago/tobago-theme-standard "1.0.7"]