is not current version
Last Version 7.4.2.0

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

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.4.1.1
Type

Type

pom

Download spring-boot-starter-parent 2.4.1.1


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