is not current version
Last Version 5.0.0

org.apache.myfaces.tobago:tobago-core 1.0.12

Tobago-core contains the basic application components without any special rendering or layout options. The rendering itself depends on the theme.

GroupId

GroupId

org.apache.myfaces.tobago
ArtifactId

ArtifactId

tobago-core
Version

Version

1.0.12
Type

Type

jar

Download tobago-core 1.0.12


<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-core/ -->
<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-core</artifactId>
    <version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-core/
implementation 'org.apache.myfaces.tobago:tobago-core:1.0.12'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-core/
implementation ("org.apache.myfaces.tobago:tobago-core:1.0.12")
'org.apache.myfaces.tobago:tobago-core:jar:1.0.12'
<dependency org="org.apache.myfaces.tobago" name="tobago-core" rev="1.0.12">
  <artifact name="tobago-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-core', version='1.0.12')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-core" % "1.0.12"
[org.apache.myfaces.tobago/tobago-core "1.0.12"]