GroupId | GroupIdorg.apache.portals.jetspeed-2 |
---|---|
ArtifactId | ArtifactIdapplications |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
applications-2.2.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/applications/ -->
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>applications</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/applications/
implementation 'org.apache.portals.jetspeed-2:applications:2.2.1'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/applications/
implementation ("org.apache.portals.jetspeed-2:applications:2.2.1")
'org.apache.portals.jetspeed-2:applications:pom:2.2.1'
<dependency org="org.apache.portals.jetspeed-2" name="applications" rev="2.2.1">
<artifact name="applications" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='applications', version='2.2.1')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "applications" % "2.2.1"
[org.apache.portals.jetspeed-2/applications "2.2.1"]