Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apache.myfaces.tobago |
ArtifactId | ArtifactIdtobago-theme-speyside |
Version | Version2.0.0-beta-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme-speyside/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-theme-speyside</artifactId>
<version>2.0.0-beta-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme-speyside/
implementation 'org.apache.myfaces.tobago:tobago-theme-speyside:2.0.0-beta-3'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-theme-speyside/
implementation ("org.apache.myfaces.tobago:tobago-theme-speyside:2.0.0-beta-3")
'org.apache.myfaces.tobago:tobago-theme-speyside:jar:2.0.0-beta-3'
<dependency org="org.apache.myfaces.tobago" name="tobago-theme-speyside" rev="2.0.0-beta-3">
<artifact name="tobago-theme-speyside" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-theme-speyside', version='2.0.0-beta-3')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-theme-speyside" % "2.0.0-beta-3"
[org.apache.myfaces.tobago/tobago-theme-speyside "2.0.0-beta-3"]