| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.portletunit |
| Идентификатор | Идентификаторportlet-simple |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеporletUnit2 Simple Example Portlet Application
PortletUnit is a jUnit Java Unit Testing Framework for testing JSR-168 portlets. It is built on ServletUnit and Pluto. It provides a mock portlet container as ServletUnit provides a mock servlet container.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| portlet-simple-1.0.1.pom | |
| portlet-simple-1.0.1.war | 3 MB |
| portlet-simple-1.0.1-sources.jar | 2 KB |
| portlet-simple-1.0.1-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.portletunit/portlet-simple/ -->
<dependency>
<groupId>net.sf.portletunit</groupId>
<artifactId>portlet-simple</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.portletunit/portlet-simple/
implementation 'net.sf.portletunit:portlet-simple:1.0.1'
// https://jarcasting.com/artifacts/net.sf.portletunit/portlet-simple/
implementation ("net.sf.portletunit:portlet-simple:1.0.1")
'net.sf.portletunit:portlet-simple:war:1.0.1'
<dependency org="net.sf.portletunit" name="portlet-simple" rev="1.0.1">
<artifact name="portlet-simple" type="war" />
</dependency>
@Grapes(
@Grab(group='net.sf.portletunit', module='portlet-simple', version='1.0.1')
)
libraryDependencies += "net.sf.portletunit" % "portlet-simple" % "1.0.1"
[net.sf.portletunit/portlet-simple "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.15 |
| javax.servlet : jstl | jar | 1.0.2 |
| taglibs : standard | jar | 1.0.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.portlet : portlet-api | jar | 2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.portletunit : portletunit2 | jar | 1.0.2 |