| Группа | Группаorg.juzu |
|---|---|
| Идентификатор | Идентификаторjuzu-plugins-portlet |
| Версия | Версия0.5.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| juzu-plugins-portlet-0.5.2.pom | |
| juzu-plugins-portlet-0.5.2.jar | 7 KB |
| juzu-plugins-portlet-0.5.2-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-plugins-portlet/ -->
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-portlet</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-plugins-portlet/
implementation 'org.juzu:juzu-plugins-portlet:0.5.2'
// https://jarcasting.com/artifacts/org.juzu/juzu-plugins-portlet/
implementation ("org.juzu:juzu-plugins-portlet:0.5.2")
'org.juzu:juzu-plugins-portlet:jar:0.5.2'
<dependency org="org.juzu" name="juzu-plugins-portlet" rev="0.5.2">
<artifact name="juzu-plugins-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-plugins-portlet', version='0.5.2')
)
libraryDependencies += "org.juzu" % "juzu-plugins-portlet" % "0.5.2"
[org.juzu/juzu-plugins-portlet "0.5.2"]