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