utils
各种工具包。
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.ruijc |
| Идентификатор | Идентификаторspring-boot-starter-http |
| Последняя версия | Последняя версия2.2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-http
Springboot自动化配置Http。
|
<!-- https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-http/ -->
<dependency>
<groupId>com.ruijc</groupId>
<artifactId>spring-boot-starter-http</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-http/
implementation 'com.ruijc:spring-boot-starter-http:2.2.4'
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-http/
implementation ("com.ruijc:spring-boot-starter-http:2.2.4")
'com.ruijc:spring-boot-starter-http:jar:2.2.4'
<dependency org="com.ruijc" name="spring-boot-starter-http" rev="2.2.4">
<artifact name="spring-boot-starter-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruijc', module='spring-boot-starter-http', version='2.2.4')
)
libraryDependencies += "com.ruijc" % "spring-boot-starter-http" % "2.2.4"
[com.ruijc/spring-boot-starter-http "2.2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.5.2.RELEASE |
| org.apache.httpcomponents : httpcore | jar | 4.4.4 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| javax : javaee-web-api Необязательный | jar | 6.0 |
| com.ruijc : util | jar | 3.1.0 |
| org.apache.httpcomponents : httpmime | jar | 4.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.2.RELEASE |
各种工具包。