Последняя версия

WebLab Portlet 1.2.2

This is a generic WebLab portlet developed for the WebLab platform. It eases development if multiple events need to be handled. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).

Лицензия

Лицензия

Группа

Группа

org.ow2.weblab.portlets
Идентификатор

Идентификатор

weblab-portlet
Версия

Версия

1.2.2
Тип

Тип

jar
Описание

Описание

WebLab Portlet
This is a generic WebLab portlet developed for the WebLab platform. It eases development if multiple events need to be handled. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).

Скачать weblab-portlet 1.2.2


<!-- https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-portlet/ -->
<dependency>
    <groupId>org.ow2.weblab.portlets</groupId>
    <artifactId>weblab-portlet</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-portlet/
implementation 'org.ow2.weblab.portlets:weblab-portlet:1.2.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-portlet/
implementation ("org.ow2.weblab.portlets:weblab-portlet:1.2.2")
'org.ow2.weblab.portlets:weblab-portlet:jar:1.2.2'
<dependency org="org.ow2.weblab.portlets" name="weblab-portlet" rev="1.2.2">
  <artifact name="weblab-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.portlets', module='weblab-portlet', version='1.2.2')
)
libraryDependencies += "org.ow2.weblab.portlets" % "weblab-portlet" % "1.2.2"
[org.ow2.weblab.portlets/weblab-portlet "1.2.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
commons-logging : commons-logging jar 1.1.1

provided (3)

Идентификатор библиотеки Тип Версия
javax.portlet : portlet-api jar 2.0
org.ow2.weblab.core : model jar 1.2.2
org.ow2.weblab.core : extended jar 1.2.2

Модули Проекта

Данный проект не имеет модулей.