j

juzu-plugins-portlet

The Portlet plugin
文件下载
文件名 操作
juzu-plugins-portlet-0.6.0-beta5.jar 下载
juzu-plugins-portlet-0.6.0-beta5.pom 下载
juzu-plugins-portlet-0.6.0-beta5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.juzu</groupId>
  <artifactId>juzu-plugins-portlet</artifactId>
  <version>0.6.0-beta5</version>
</dependency>
Gradle Groovy
implementation 'org.juzu:juzu-plugins-portlet:0.6.0-beta5'
Gradle Kotlin
implementation("org.juzu:juzu-plugins-portlet:0.6.0-beta5")
Scala SBT
libraryDependencies += "org.juzu" % "juzu-plugins-portlet" % "0.6.0-beta5"
Groovy Grape
@Grapes(
  @Grab(group='org.juzu', module='juzu-plugins-portlet', version='0.6.0-beta5')
)
Apache Ivy
<dependency org="org.juzu" name="juzu-plugins-portlet" rev="0.6.0-beta5" />
Leiningen
[org.juzu/juzu-plugins-portlet "0.6.0-beta5"]
Apache Buildr
'org.juzu:juzu-plugins-portlet:jar:0.6.0-beta5'