GroupId | GroupIdorg.apache.myfaces.tobago |
---|---|
ArtifactId | ArtifactIdtobago-theme-standard |
Version | Version2.4.4 |
Type | Typejar |
Filename | Size |
---|---|
tobago-theme-standard-2.4.4.pom | |
tobago-theme-standard-2.4.4.jar | 734 KB |
tobago-theme-standard-2.4.4-sources.jar | 633 KB |
tobago-theme-standard-2.4.4-javadoc.jar | 511 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>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme-standard/
implementation 'org.apache.myfaces.tobago:tobago-theme-standard:2.4.4'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme-standard/
implementation ("org.apache.myfaces.tobago:tobago-theme-standard:2.4.4")
'org.apache.myfaces.tobago:tobago-theme-standard:jar:2.4.4'
<dependency org="org.apache.myfaces.tobago" name="tobago-theme-standard" rev="2.4.4">
<artifact name="tobago-theme-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-theme-standard', version='2.4.4')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-theme-standard" % "2.4.4"
[org.apache.myfaces.tobago/tobago-theme-standard "2.4.4"]