is not current version
Last Version 1.4

org.apache.portals:portals-pom 1.0

Apache Portals is a collaborative software development project dedicated to providing robust, full-featured, commercial-quality, and freely available Portal related software on a wide variety of platforms and programming languages. This project is managed in cooperation with various individuals worldwide (both independent and company-affiliated experts), who use the Internet to communicate, plan, and develop Portal software and related documentation.

GroupId

GroupId

org.apache.portals
ArtifactId

ArtifactId

portals-pom
Version

Version

1.0
Type

Type

pom

Download portals-pom 1.0

Filename Size
portals-pom-1.0.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.portals/portals-pom/ -->
<dependency>
    <groupId>org.apache.portals</groupId>
    <artifactId>portals-pom</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals/portals-pom/
implementation 'org.apache.portals:portals-pom:1.0'
// https://jarcasting.com/artifacts/org.apache.portals/portals-pom/
implementation ("org.apache.portals:portals-pom:1.0")
'org.apache.portals:portals-pom:pom:1.0'
<dependency org="org.apache.portals" name="portals-pom" rev="1.0">
  <artifact name="portals-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals', module='portals-pom', version='1.0')
)
libraryDependencies += "org.apache.portals" % "portals-pom" % "1.0"
[org.apache.portals/portals-pom "1.0"]