License |
License |
---|---|
GroupId | GroupIdorg.gatein.pc |
ArtifactId | ArtifactIdpc-embed |
Last Version | Last Version2.5.1.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGateIn - Portlet Container (embed)
GateIn Portlet Container is the next generation portlet container on which GateIn Portal, and the Enterprise Portal
Platform are based. It provides a standard-compliant implementation of the JSR-286 Portlet 2.0 specification. It has been developed
with reusability in mind so that advanced users, who don't require a full-fledged portal, can leverage the portlet management services
it provides in their own applications. GateIn Portlet Container is available through the business-friendly LGPL open source license.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pc-embed-2.5.1.Final.pom | |
pc-embed-2.5.1.Final.jar | 37 KB |
pc-embed-2.5.1.Final-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gatein.pc/pc-embed/ -->
<dependency>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-embed</artifactId>
<version>2.5.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.gatein.pc/pc-embed/
implementation 'org.gatein.pc:pc-embed:2.5.1.Final'
// https://jarcasting.com/artifacts/org.gatein.pc/pc-embed/
implementation ("org.gatein.pc:pc-embed:2.5.1.Final")
'org.gatein.pc:pc-embed:jar:2.5.1.Final'
<dependency org="org.gatein.pc" name="pc-embed" rev="2.5.1.Final">
<artifact name="pc-embed" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gatein.pc', module='pc-embed', version='2.5.1.Final')
)
libraryDependencies += "org.gatein.pc" % "pc-embed" % "2.5.1.Final"
[org.gatein.pc/pc-embed "2.5.1.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.gatein.pc : pc-portlet | jar | 2.5.1.Final |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | |
javax.portlet : portlet-api | jar | 2.0 |