is not current version
Last Version 2.2.4

com.ruijc:spring-boot-starter-http 1.0.1

Springboot自动化配置Http。

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.ruijc
ArtifactId

ArtifactId

spring-boot-starter-http
Version

Version

1.0.1
Type

Type

jar

Download spring-boot-starter-http 1.0.1


<!-- https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-http/ -->
<dependency>
    <groupId>com.ruijc</groupId>
    <artifactId>spring-boot-starter-http</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-http/
implementation 'com.ruijc:spring-boot-starter-http:1.0.1'
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-http/
implementation ("com.ruijc:spring-boot-starter-http:1.0.1")
'com.ruijc:spring-boot-starter-http:jar:1.0.1'
<dependency org="com.ruijc" name="spring-boot-starter-http" rev="1.0.1">
  <artifact name="spring-boot-starter-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruijc', module='spring-boot-starter-http', version='1.0.1')
)
libraryDependencies += "com.ruijc" % "spring-boot-starter-http" % "1.0.1"
[com.ruijc/spring-boot-starter-http "1.0.1"]