License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdcom.day.cqse |
ArtifactId | ArtifactIdportlet-container |
Last Version | Last Version4.1.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDay SE Portlet Container
The portlet container for the servlet engine
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
portlet-container-4.1.12.pom | |
portlet-container-4.1.12.jar | 36 KB |
portlet-container-4.1.12-sources.jar | 459 bytes |
portlet-container-4.1.12-javadoc.jar | 459 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.day.cqse/portlet-container/ -->
<dependency>
<groupId>com.day.cqse</groupId>
<artifactId>portlet-container</artifactId>
<version>4.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.day.cqse/portlet-container/
implementation 'com.day.cqse:portlet-container:4.1.12'
// https://jarcasting.com/artifacts/com.day.cqse/portlet-container/
implementation ("com.day.cqse:portlet-container:4.1.12")
'com.day.cqse:portlet-container:jar:4.1.12'
<dependency org="com.day.cqse" name="portlet-container" rev="4.1.12">
<artifact name="portlet-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.day.cqse', module='portlet-container', version='4.1.12')
)
libraryDependencies += "com.day.cqse" % "portlet-container" % "4.1.12"
[com.day.cqse/portlet-container "4.1.12"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
javax.servlet : jsp-api | jar | 2.0 |
portlet-api : portlet-api | jar | 1.0 |