GroupId | GroupIdorg.apache.portals.jetspeed-2 |
---|---|
ArtifactId | ArtifactIdportlet-api |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
portlet-api-1.0.pom | |
portlet-api-1.0.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/portlet-api/ -->
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>portlet-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/portlet-api/
implementation 'org.apache.portals.jetspeed-2:portlet-api:1.0'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/portlet-api/
implementation ("org.apache.portals.jetspeed-2:portlet-api:1.0")
'org.apache.portals.jetspeed-2:portlet-api:jar:1.0'
<dependency org="org.apache.portals.jetspeed-2" name="portlet-api" rev="1.0">
<artifact name="portlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='portlet-api', version='1.0')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "portlet-api" % "1.0"
[org.apache.portals.jetspeed-2/portlet-api "1.0"]