| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Ant Компиляция и сборка |
| Группа | Группаorg.apache.karaf.decanter |
| Идентификатор | Идентификаторspring-boot-starter-decanter |
| Последняя версия | Последняя версия2.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Karaf :: Decanter :: Spring Boot Starter
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.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.karaf.decanter/spring-boot-starter-decanter/ -->
<dependency>
<groupId>org.apache.karaf.decanter</groupId>
<artifactId>spring-boot-starter-decanter</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.decanter/spring-boot-starter-decanter/
implementation 'org.apache.karaf.decanter:spring-boot-starter-decanter:2.2.0'
// https://jarcasting.com/artifacts/org.apache.karaf.decanter/spring-boot-starter-decanter/
implementation ("org.apache.karaf.decanter:spring-boot-starter-decanter:2.2.0")
'org.apache.karaf.decanter:spring-boot-starter-decanter:jar:2.2.0'
<dependency org="org.apache.karaf.decanter" name="spring-boot-starter-decanter" rev="2.2.0">
<artifact name="spring-boot-starter-decanter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.decanter', module='spring-boot-starter-decanter', version='2.2.0')
)
libraryDependencies += "org.apache.karaf.decanter" % "spring-boot-starter-decanter" % "2.2.0"
[org.apache.karaf.decanter/spring-boot-starter-decanter "2.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.osgi : osgi.core | jar | 6.0.0 |
| org.osgi : osgi.cmpn | jar | 6.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |