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