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