Spring Boot Starter Parent

Custom implementation of Spring Boot Starter Parent

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.bitmc
ArtifactId

ArtifactId

spring-boot-starter-parent
Last Version

Last Version

7.4.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Spring Boot Starter Parent
Custom implementation of Spring Boot Starter Parent
Project URL

Project URL

https://github.com/bitmc/spring-boot-starter-parent
Project Organization

Project Organization

BITMC
Source Code Management

Source Code Management

https://github.com/bitmc/spring-boot-starter-parent

Download spring-boot-starter-parent

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

Project Modules

There are no modules declared in this project.

Spring Boot Starter Parent

github actions maven central

Usage

  1. Set the parent in your POM.
    <parent>
        <groupId>com.github.bitmc</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.4.2.0</version>
    </parent>

License

  • Apache License 2.0
com.github.bitmc

BITMC

Versions

Version
7.4.2.0
2.4.1.1
2.4.1.0
2.3.2.0
2.3.0.0