| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаcom.cloudant |
| Идентификатор | Идентификаторcloudant-spring-framework |
| Версия | Версия0.0.4 |
| Тип | Типjar |
| Описание |
Описаниеcloudant-spring
Spring configuration for the official Cloudant library for Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.cloudant/cloudant-spring-framework/ -->
<dependency>
<groupId>com.cloudant</groupId>
<artifactId>cloudant-spring-framework</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudant/cloudant-spring-framework/
implementation 'com.cloudant:cloudant-spring-framework:0.0.4'
// https://jarcasting.com/artifacts/com.cloudant/cloudant-spring-framework/
implementation ("com.cloudant:cloudant-spring-framework:0.0.4")
'com.cloudant:cloudant-spring-framework:jar:0.0.4'
<dependency org="com.cloudant" name="cloudant-spring-framework" rev="0.0.4">
<artifact name="cloudant-spring-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudant', module='cloudant-spring-framework', version='0.0.4')
)
libraryDependencies += "com.cloudant" % "cloudant-spring-framework" % "0.0.4"
[com.cloudant/cloudant-spring-framework "0.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.13.RELEASE |