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