Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.portletbridge |
ArtifactId | ArtifactIdportletbridge-impl |
Version | Version2.0.0.BETA |
Type | Typejar |
Filename | Size |
---|---|
portletbridge-impl-2.0.0.BETA.pom | |
portletbridge-impl-2.0.0.BETA.jar | 216 KB |
portletbridge-impl-2.0.0.BETA-sources.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.portletbridge/portletbridge-impl/ -->
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
<version>2.0.0.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.portletbridge/portletbridge-impl/
implementation 'org.jboss.portletbridge:portletbridge-impl:2.0.0.BETA'
// https://jarcasting.com/artifacts/org.jboss.portletbridge/portletbridge-impl/
implementation ("org.jboss.portletbridge:portletbridge-impl:2.0.0.BETA")
'org.jboss.portletbridge:portletbridge-impl:jar:2.0.0.BETA'
<dependency org="org.jboss.portletbridge" name="portletbridge-impl" rev="2.0.0.BETA">
<artifact name="portletbridge-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.portletbridge', module='portletbridge-impl', version='2.0.0.BETA')
)
libraryDependencies += "org.jboss.portletbridge" % "portletbridge-impl" % "2.0.0.BETA"
[org.jboss.portletbridge/portletbridge-impl "2.0.0.BETA"]