Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ChenHaoHu |
ArtifactId | ArtifactIdwebtable-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ChenHaoHu/webtable-spring-boot-starter/ -->
<dependency>
<groupId>com.github.ChenHaoHu</groupId>
<artifactId>webtable-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ChenHaoHu/webtable-spring-boot-starter/
implementation 'com.github.ChenHaoHu:webtable-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.ChenHaoHu/webtable-spring-boot-starter/
implementation ("com.github.ChenHaoHu:webtable-spring-boot-starter:1.0.1")
'com.github.ChenHaoHu:webtable-spring-boot-starter:jar:1.0.1'
<dependency org="com.github.ChenHaoHu" name="webtable-spring-boot-starter" rev="1.0.1">
<artifact name="webtable-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ChenHaoHu', module='webtable-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.github.ChenHaoHu" % "webtable-spring-boot-starter" % "1.0.1"
[com.github.ChenHaoHu/webtable-spring-boot-starter "1.0.1"]