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