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