Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.alibaba.boot |
ArtifactId | ArtifactIdspring-boot-web-support |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.boot/spring-boot-web-support/ -->
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>spring-boot-web-support</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.boot/spring-boot-web-support/
implementation 'com.alibaba.boot:spring-boot-web-support:0.1.0'
// https://jarcasting.com/artifacts/com.alibaba.boot/spring-boot-web-support/
implementation ("com.alibaba.boot:spring-boot-web-support:0.1.0")
'com.alibaba.boot:spring-boot-web-support:jar:0.1.0'
<dependency org="com.alibaba.boot" name="spring-boot-web-support" rev="0.1.0">
<artifact name="spring-boot-web-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.boot', module='spring-boot-web-support', version='0.1.0')
)
libraryDependencies += "com.alibaba.boot" % "spring-boot-web-support" % "0.1.0"
[com.alibaba.boot/spring-boot-web-support "0.1.0"]