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