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