Files download
File Operation
tobago-example-portlet-2.5.1.pom download
tobago-example-portlet-2.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.myfaces.tobago</groupId>
  <artifactId>tobago-example-portlet</artifactId>
  <version>2.5.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.apache.myfaces.tobago:tobago-example-portlet:2.5.1'
Gradle Kotlin
implementation("org.apache.myfaces.tobago:tobago-example-portlet:2.5.1")
Scala SBT
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-example-portlet" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.myfaces.tobago', module='tobago-example-portlet', version='2.5.1')
)
Apache Ivy
<dependency org="org.apache.myfaces.tobago" name="tobago-example-portlet" rev="2.5.1" />
Leiningen
[org.apache.myfaces.tobago/tobago-example-portlet "2.5.1"]
Apache Buildr
'org.apache.myfaces.tobago:tobago-example-portlet:jar:2.5.1'