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