| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.cocoon |
| Идентификатор | Идентификаторcocoon-core-modules |
| Версия | Версия6 |
| Тип | Типpom |
| Описание |
ОписаниеCocoon Core [modules]
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.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cocoon-core-modules-6.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-core-modules/ -->
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-core-modules</artifactId>
<version>6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-core-modules/
implementation 'org.apache.cocoon:cocoon-core-modules:6'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-core-modules/
implementation ("org.apache.cocoon:cocoon-core-modules:6")
'org.apache.cocoon:cocoon-core-modules:pom:6'
<dependency org="org.apache.cocoon" name="cocoon-core-modules" rev="6">
<artifact name="cocoon-core-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-core-modules', version='6')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-core-modules" % "6"
[org.apache.cocoon/cocoon-core-modules "6"]