is not current version
Last Version 3.0.0-beta-1

org.apache.myfaces.tobago:tobago-example-addressbook 2.0.10

A simple, but full functional application with persistence.

GroupId

GroupId

org.apache.myfaces.tobago
ArtifactId

ArtifactId

tobago-example-addressbook
Version

Version

2.0.10
Type

Type

war

Download tobago-example-addressbook 2.0.10


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