| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-mobile |
| Версия | Версия1.5.22.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Mobile Starter
Starter for building web applications using Spring Mobile
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-mobile/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mobile</artifactId>
<version>1.5.22.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-mobile/
implementation 'org.springframework.boot:spring-boot-starter-mobile:1.5.22.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-mobile/
implementation ("org.springframework.boot:spring-boot-starter-mobile:1.5.22.RELEASE")
'org.springframework.boot:spring-boot-starter-mobile:jar:1.5.22.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-mobile" rev="1.5.22.RELEASE">
<artifact name="spring-boot-starter-mobile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-mobile', version='1.5.22.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-mobile" % "1.5.22.RELEASE"
[org.springframework.boot/spring-boot-starter-mobile "1.5.22.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.5.22.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.22.RELEASE |
| org.springframework.mobile : spring-mobile-device | jar | 1.1.5.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 2.6.0 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.springframework : spring-test | jar |