MVN

org.apache.myfaces.tobago : tobago-example-data

Maven & Gradle

Jul 01, 2022
2 usages

Tobago Example Data · Data to use in the other examples.

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-example-data</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.tobago : tobago-example-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0
  • Latest Beta: 3.0.0-beta-1
  • Latest Alpha: 3.0.0-alpha-7

All Versions

Choose a version of org.apache.myfaces.tobago : tobago-example-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
tobago-example-data-4.2.1
tobago-example-data-4.2.0
4.1.x
tobago-example-data-4.1.0
4.0.x
tobago-example-data-4.0.0
3.1.x
tobago-example-data-3.1.1
tobago-example-data-3.1.0
3.0.x
tobago-example-data-3.0.6
tobago-example-data-3.0.5
tobago-example-data-3.0.4
tobago-example-data-3.0.3
tobago-example-data-3.0.2
tobago-example-data-3.0.1
tobago-example-data-3.0.0
tobago-example-data-3.0.0-beta-1
tobago-example-data-3.0.0-alpha-7
tobago-example-data-3.0.0-alpha-6
tobago-example-data-3.0.0-alpha-5
tobago-example-data-3.0.0-alpha-4
tobago-example-data-3.0.0-alpha-3
tobago-example-data-3.0.0-alpha-2
tobago-example-data-3.0.0-alpha-1
2.5.x
tobago-example-data-2.5.0
2.4.x
tobago-example-data-2.4.5
tobago-example-data-2.4.4
tobago-example-data-2.4.3
tobago-example-data-2.4.2
tobago-example-data-2.4.1
tobago-example-data-2.4.0
2.3.x
tobago-example-data-2.3.0
2.2.x
tobago-example-data-2.2.0
2.1.x
tobago-example-data-2.1.1
tobago-example-data-2.1.0
2.0.x
tobago-example-data-2.0.10
tobago-example-data-2.0.9
tobago-example-data-2.0.8
tobago-example-data-2.0.7
tobago-example-data-2.0.6
tobago-example-data-2.0.5
tobago-example-data-2.0.4
tobago-example-data-2.0.3
tobago-example-data-2.0.2
tobago-example-data-2.0.1
tobago-example-data-2.0.0
tobago-example-data-2.0.0-beta-4
tobago-example-data-2.0.0-beta-3
tobago-example-data-2.0.0-beta-2
tobago-example-data-2.0.0-beta-1
tobago-example-data-2.0.0-alpha-3
tobago-example-data-2.0.0-alpha-2
tobago-example-data-2.0.0-alpha-1
1.5.x
tobago-example-data-1.5.13
tobago-example-data-1.5.12
tobago-example-data-1.5.11
tobago-example-data-1.5.10
tobago-example-data-1.5.9
tobago-example-data-1.5.8
tobago-example-data-1.5.0-beta-2
tobago-example-data-1.5.0-beta-1
tobago-example-data-1.5.0-alpha-2
1.0.x
tobago-example-data-1.0.42
tobago-example-data-1.0.41
tobago-example-data-1.0.40
tobago-example-data-1.0.39
tobago-example-data-1.0.38
tobago-example-data-1.0.37
tobago-example-data-1.0.36
tobago-example-data-1.0.35
tobago-example-data-1.0.34
tobago-example-data-1.0.33
tobago-example-data-1.0.32
tobago-example-data-1.0.31
tobago-example-data-1.0.30
tobago-example-data-1.0.29

How to add a dependency to Maven

Add the following org.apache.myfaces.tobago : tobago-example-data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-example-data</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.myfaces.tobago : tobago-example-data gradle dependency to your build.gradle file:

implementation 'org.apache.myfaces.tobago:tobago-example-data:2.5.0'

Gradle Kotlin DSL: Add the following org.apache.myfaces.tobago : tobago-example-data gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.myfaces.tobago:tobago-example-data:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.myfaces.tobago : tobago-example-data sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.myfaces.tobago" % "tobago-example-data" % "2.5.0"

Advertisement