| Группа | Группаorg.juzu |
|---|---|
| Идентификатор | Идентификаторjuzu-plugins-portlet |
| Версия | Версия0.7.0-beta10 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-plugins-portlet/ -->
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-portlet</artifactId>
<version>0.7.0-beta10</version>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-plugins-portlet/
implementation 'org.juzu:juzu-plugins-portlet:0.7.0-beta10'
// https://jarcasting.com/artifacts/org.juzu/juzu-plugins-portlet/
implementation ("org.juzu:juzu-plugins-portlet:0.7.0-beta10")
'org.juzu:juzu-plugins-portlet:jar:0.7.0-beta10'
<dependency org="org.juzu" name="juzu-plugins-portlet" rev="0.7.0-beta10">
<artifact name="juzu-plugins-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-plugins-portlet', version='0.7.0-beta10')
)
libraryDependencies += "org.juzu" % "juzu-plugins-portlet" % "0.7.0-beta10"
[org.juzu/juzu-plugins-portlet "0.7.0-beta10"]