License |
License |
---|---|
GroupId | GroupIdorg.gatein.pc |
ArtifactId | ArtifactIdpc-parent |
Last Version | Last Version2.5.1.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGateIn - Portlet Container
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pc-parent-2.5.1.Final.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gatein.pc/pc-parent/ -->
<dependency>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>2.5.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gatein.pc/pc-parent/
implementation 'org.gatein.pc:pc-parent:2.5.1.Final'
// https://jarcasting.com/artifacts/org.gatein.pc/pc-parent/
implementation ("org.gatein.pc:pc-parent:2.5.1.Final")
'org.gatein.pc:pc-parent:pom:2.5.1.Final'
<dependency org="org.gatein.pc" name="pc-parent" rev="2.5.1.Final">
<artifact name="pc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gatein.pc', module='pc-parent', version='2.5.1.Final')
)
libraryDependencies += "org.gatein.pc" % "pc-parent" % "2.5.1.Final"
[org.gatein.pc/pc-parent "2.5.1.Final"]