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