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