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