License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.portletunit |
ArtifactId | ArtifactIdportlet-simple |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionporletUnit2 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.15 |
javax.servlet : jstl | jar | 1.0.2 |
taglibs : standard | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.portlet : portlet-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
net.sf.portletunit : portletunit2 | jar | 1.0.2 |