is not current version
Last Version 2.2.4

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

Springboot自动化配置Http。

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.ruijc
ArtifactId

ArtifactId

spring-boot-starter-http
Version

Version

1.0.0
Type

Type

jar

Download spring-boot-starter-http 1.0.0


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