is not current version
Last Version 7.4.2.0

com.github.bitmc:spring-boot-starter-parent 2.3.2.0

Custom implementation of Spring Boot Starter Parent

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.bitmc
ArtifactId

ArtifactId

spring-boot-starter-parent
Version

Version

2.3.2.0
Type

Type

pom

Download spring-boot-starter-parent 2.3.2.0


<!-- https://jarcasting.com/artifacts/com.github.bitmc/spring-boot-starter-parent/ -->
<dependency>
    <groupId>com.github.bitmc</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.3.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bitmc/spring-boot-starter-parent/
implementation 'com.github.bitmc:spring-boot-starter-parent:2.3.2.0'
// https://jarcasting.com/artifacts/com.github.bitmc/spring-boot-starter-parent/
implementation ("com.github.bitmc:spring-boot-starter-parent:2.3.2.0")
'com.github.bitmc:spring-boot-starter-parent:pom:2.3.2.0'
<dependency org="com.github.bitmc" name="spring-boot-starter-parent" rev="2.3.2.0">
  <artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bitmc', module='spring-boot-starter-parent', version='2.3.2.0')
)
libraryDependencies += "com.github.bitmc" % "spring-boot-starter-parent" % "2.3.2.0"
[com.github.bitmc/spring-boot-starter-parent "2.3.2.0"]