is not current version
Last Version 2.1.7.5

com.github.AnonymousMister:spring-boot-starter-parent 2.1.7.3

Parent pom providing dependency and plugin management for applications built with Maven

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.AnonymousMister
ArtifactId

ArtifactId

spring-boot-starter-parent
Version

Version

2.1.7.3
Type

Type

pom

Download spring-boot-starter-parent 2.1.7.3


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