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