is not current version
Last Version 26

org.apache:apache 2

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

GroupId

GroupId

org.apache
ArtifactId

ArtifactId

apache
Version

Version

2
Type

Type

pom

Download apache 2

Filename Size
apache-2.pom 3 KB
Browse

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