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