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