j

juzu-plugins-portlet

The Portlet plugin
Files download
File Operation
juzu-plugins-portlet-1.0.0-beta2.jar download
juzu-plugins-portlet-1.0.0-beta2.pom download
juzu-plugins-portlet-1.0.0-beta2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.juzu</groupId>
  <artifactId>juzu-plugins-portlet</artifactId>
  <version>1.0.0-beta2</version>
</dependency>
Gradle Groovy
implementation 'org.juzu:juzu-plugins-portlet:1.0.0-beta2'
Gradle Kotlin
implementation("org.juzu:juzu-plugins-portlet:1.0.0-beta2")
Scala SBT
libraryDependencies += "org.juzu" % "juzu-plugins-portlet" % "1.0.0-beta2"
Groovy Grape
@Grapes(
  @Grab(group='org.juzu', module='juzu-plugins-portlet', version='1.0.0-beta2')
)
Apache Ivy
<dependency org="org.juzu" name="juzu-plugins-portlet" rev="1.0.0-beta2" />
Leiningen
[org.juzu/juzu-plugins-portlet "1.0.0-beta2"]
Apache Buildr
'org.juzu:juzu-plugins-portlet:jar:1.0.0-beta2'