| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаcom.nexmo |
| Идентификатор | Идентификаторnexmo-spring-boot-autoconfigure |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Описание |
Описаниеnexmo-spring-boot-autoconfigure
Spring Boot Auto Configuration for Nexmo
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.nexmo/nexmo-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-spring-boot-autoconfigure</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexmo/nexmo-spring-boot-autoconfigure/
implementation 'com.nexmo:nexmo-spring-boot-autoconfigure:1.1.0'
// https://jarcasting.com/artifacts/com.nexmo/nexmo-spring-boot-autoconfigure/
implementation ("com.nexmo:nexmo-spring-boot-autoconfigure:1.1.0")
'com.nexmo:nexmo-spring-boot-autoconfigure:jar:1.1.0'
<dependency org="com.nexmo" name="nexmo-spring-boot-autoconfigure" rev="1.1.0">
<artifact name="nexmo-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexmo', module='nexmo-spring-boot-autoconfigure', version='1.1.0')
)
libraryDependencies += "com.nexmo" % "nexmo-spring-boot-autoconfigure" % "1.1.0"
[com.nexmo/nexmo-spring-boot-autoconfigure "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.1.4.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.4.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.1.4.RELEASE |
| com.nexmo : client Необязательный | jar | 4.4.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.4.RELEASE |
| org.assertj : assertj-core | jar | 3.12.2 |