a

apache

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.
https://www.apache.org/
Apache-2.0
The Apache Software Foundation
文件下载
文件名 操作
apache-32.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache</groupId>
  <artifactId>apache</artifactId>
  <version>32</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache:apache:32'
Gradle Kotlin
implementation("org.apache:apache:32")
Scala SBT
libraryDependencies += "org.apache" % "apache" % "32"
Groovy Grape
@Grapes(
  @Grab(group='org.apache', module='apache', version='32')
)
Apache Ivy
<dependency org="org.apache" name="apache" rev="32" />
Leiningen
[org.apache/apache "32"]
Apache Buildr
'org.apache:apache:jar:32'
本项目依赖
该项目无第三方依赖