не последняя версия
Последняя версия 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.

Группа

Группа

org.apache
Идентификатор

Идентификатор

apache
Версия

Версия

2
Тип

Тип

pom

Скачать apache 2

Имя Файла Размер
apache-2.pom 3 KB
Обзор

<!-- 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"]