License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
GroupId | GroupIdorg.apache.karaf.decanter |
ArtifactId | ArtifactIdspring-boot-starter-decanter |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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.
|
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : osgi.core | jar | 6.0.0 |
org.osgi : osgi.cmpn | jar | 6.0.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |