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