GroupId | GroupIdorg.apache.myfaces.portlet-bridge |
---|---|
ArtifactId | ArtifactIdportlet-bridge-api |
Version | Version2.0.0-alpha-2 |
Type | Typejar |
<!-- 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>2.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-api/
implementation 'org.apache.myfaces.portlet-bridge:portlet-bridge-api:2.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-api/
implementation ("org.apache.myfaces.portlet-bridge:portlet-bridge-api:2.0.0-alpha-2")
'org.apache.myfaces.portlet-bridge:portlet-bridge-api:jar:2.0.0-alpha-2'
<dependency org="org.apache.myfaces.portlet-bridge" name="portlet-bridge-api" rev="2.0.0-alpha-2">
<artifact name="portlet-bridge-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.portlet-bridge', module='portlet-bridge-api', version='2.0.0-alpha-2')
)
libraryDependencies += "org.apache.myfaces.portlet-bridge" % "portlet-bridge-api" % "2.0.0-alpha-2"
[org.apache.myfaces.portlet-bridge/portlet-bridge-api "2.0.0-alpha-2"]