文件下载
文件名 操作
tobago-example-portlet-2.2.0.pom 下载
tobago-example-portlet-2.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.myfaces.tobago</groupId>
  <artifactId>tobago-example-portlet</artifactId>
  <version>2.2.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.apache.myfaces.tobago:tobago-example-portlet:2.2.0'
Gradle Kotlin
implementation("org.apache.myfaces.tobago:tobago-example-portlet:2.2.0")
Scala SBT
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-example-portlet" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.myfaces.tobago', module='tobago-example-portlet', version='2.2.0')
)
Apache Ivy
<dependency org="org.apache.myfaces.tobago" name="tobago-example-portlet" rev="2.2.0" />
Leiningen
[org.apache.myfaces.tobago/tobago-example-portlet "2.2.0"]
Apache Buildr
'org.apache.myfaces.tobago:tobago-example-portlet:jar:2.2.0'