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