GroupId | GroupIdorg.apache.portals.jetspeed-2 |
---|---|
ArtifactId | ArtifactIdjetspeed-portlet-factory |
Version | Version2.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-portlet-factory/ -->
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-portlet-factory</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-portlet-factory/
implementation 'org.apache.portals.jetspeed-2:jetspeed-portlet-factory:2.2.0'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-portlet-factory/
implementation ("org.apache.portals.jetspeed-2:jetspeed-portlet-factory:2.2.0")
'org.apache.portals.jetspeed-2:jetspeed-portlet-factory:jar:2.2.0'
<dependency org="org.apache.portals.jetspeed-2" name="jetspeed-portlet-factory" rev="2.2.0">
<artifact name="jetspeed-portlet-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='jetspeed-portlet-factory', version='2.2.0')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "jetspeed-portlet-factory" % "2.2.0"
[org.apache.portals.jetspeed-2/jetspeed-portlet-factory "2.2.0"]