GroupId | GroupIdorg.apache.myfaces.portlet-bridge |
---|---|
ArtifactId | ArtifactIdportlet-bridge-api |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
portlet-bridge-api-1.0.0.pom | |
portlet-bridge-api-1.0.0.jar | 23 KB |
portlet-bridge-api-1.0.0-sources.jar | 30 KB |
portlet-bridge-api-1.0.0-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-api/ -->
<dependency>
<groupId>org.apache.myfaces.portlet-bridge</groupId>
<artifactId>portlet-bridge-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-api/
implementation 'org.apache.myfaces.portlet-bridge:portlet-bridge-api:1.0.0'
// https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-api/
implementation ("org.apache.myfaces.portlet-bridge:portlet-bridge-api:1.0.0")
'org.apache.myfaces.portlet-bridge:portlet-bridge-api:jar:1.0.0'
<dependency org="org.apache.myfaces.portlet-bridge" name="portlet-bridge-api" rev="1.0.0">
<artifact name="portlet-bridge-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.portlet-bridge', module='portlet-bridge-api', version='1.0.0')
)
libraryDependencies += "org.apache.myfaces.portlet-bridge" % "portlet-bridge-api" % "1.0.0"
[org.apache.myfaces.portlet-bridge/portlet-bridge-api "1.0.0"]