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