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