License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
GroupId | GroupIdcom.cloudant |
ArtifactId | ArtifactIdcloudant-spring-boot-starter |
Version | Version0.0.4 |
Type | Typejar |
Description |
Descriptioncloudant-spring
Spring configuration for the official Cloudant library for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.cloudant/cloudant-spring-boot-starter/ -->
<dependency>
<groupId>com.cloudant</groupId>
<artifactId>cloudant-spring-boot-starter</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudant/cloudant-spring-boot-starter/
implementation 'com.cloudant:cloudant-spring-boot-starter:0.0.4'
// https://jarcasting.com/artifacts/com.cloudant/cloudant-spring-boot-starter/
implementation ("com.cloudant:cloudant-spring-boot-starter:0.0.4")
'com.cloudant:cloudant-spring-boot-starter:jar:0.0.4'
<dependency org="com.cloudant" name="cloudant-spring-boot-starter" rev="0.0.4">
<artifact name="cloudant-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudant', module='cloudant-spring-boot-starter', version='0.0.4')
)
libraryDependencies += "com.cloudant" % "cloudant-spring-boot-starter" % "0.0.4"
[com.cloudant/cloudant-spring-boot-starter "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.cloudant : cloudant-client | jar | 2.13.0 |
org.springframework : spring-core | jar | 5.0.6.RELEASE |
org.springframework : spring-context | jar | 5.0.6.RELEASE |
org.springframework : spring-beans | jar | 5.0.6.RELEASE |
org.springframework.boot : spring-boot | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.13.RELEASE |