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