Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yanceking |
ArtifactId | ArtifactIdtio-http-server-spring-boot-starter |
Version | Version2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yanceking/tio-http-server-spring-boot-starter/ -->
<dependency>
<groupId>com.github.yanceking</groupId>
<artifactId>tio-http-server-spring-boot-starter</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yanceking/tio-http-server-spring-boot-starter/
implementation 'com.github.yanceking:tio-http-server-spring-boot-starter:2.0'
// https://jarcasting.com/artifacts/com.github.yanceking/tio-http-server-spring-boot-starter/
implementation ("com.github.yanceking:tio-http-server-spring-boot-starter:2.0")
'com.github.yanceking:tio-http-server-spring-boot-starter:jar:2.0'
<dependency org="com.github.yanceking" name="tio-http-server-spring-boot-starter" rev="2.0">
<artifact name="tio-http-server-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yanceking', module='tio-http-server-spring-boot-starter', version='2.0')
)
libraryDependencies += "com.github.yanceking" % "tio-http-server-spring-boot-starter" % "2.0"
[com.github.yanceking/tio-http-server-spring-boot-starter "2.0"]