GroupId | GroupIdorg.apache.portals.jetspeed-2 |
---|---|
ArtifactId | ArtifactIdjetspeed-header-resource |
Version | Version2.1.4 |
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.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-header-resource/
implementation 'org.apache.portals.jetspeed-2:jetspeed-header-resource:2.1.4'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-header-resource/
implementation ("org.apache.portals.jetspeed-2:jetspeed-header-resource:2.1.4")
'org.apache.portals.jetspeed-2:jetspeed-header-resource:jar:2.1.4'
<dependency org="org.apache.portals.jetspeed-2" name="jetspeed-header-resource" rev="2.1.4">
<artifact name="jetspeed-header-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='jetspeed-header-resource', version='2.1.4')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "jetspeed-header-resource" % "2.1.4"
[org.apache.portals.jetspeed-2/jetspeed-header-resource "2.1.4"]