is not current version
Last Version 5.0.0

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

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

2.4.4
Type

Type

jar

Download tobago-core 2.4.4


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