is not current version
Last Version 2.2.1

org.apache.myfaces.trinidad:trinidad-example 2.0.0-beta-2

Parent project for the Trinidad Example Projects

GroupId

GroupId

org.apache.myfaces.trinidad
ArtifactId

ArtifactId

trinidad-example
Version

Version

2.0.0-beta-2
Type

Type

pom

Download trinidad-example 2.0.0-beta-2


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