ApacheCon

Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.myfaces.tobago</groupId>
  <artifactId>tobago-example-portlet</artifactId>
  <version>4.0.0-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Buildr

'org.apache.myfaces.tobago:tobago-example-portlet:war:4.0.0-SNAPSHOT'

Apache Ivy

<dependency org="org.apache.myfaces.tobago" name="tobago-example-portlet" rev="4.0.0-SNAPSHOT">
  <artifact name="tobago-example-portlet" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-example-portlet', version='4.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'org.apache.myfaces.tobago:tobago-example-portlet:4.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.myfaces.tobago" % "tobago-example-portlet" % "4.0.0-SNAPSHOT"

Leiningen

[org.apache.myfaces.tobago/tobago-example-portlet "4.0.0-SNAPSHOT"]