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