License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.AnonymousMister |
ArtifactId | ArtifactIdspring-boot-starter-parent |
Last Version | Last Version2.1.7.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-boot-starter-parent
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-boot-starter-parent-2.1.7.5.pom | 12 KB |
Browse |
<!-- 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.5</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.5'
// https://jarcasting.com/artifacts/com.github.AnonymousMister/spring-boot-starter-parent/
implementation ("com.github.AnonymousMister:spring-boot-starter-parent:2.1.7.5")
'com.github.AnonymousMister:spring-boot-starter-parent:pom:2.1.7.5'
<dependency org="com.github.AnonymousMister" name="spring-boot-starter-parent" rev="2.1.7.5">
<artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.AnonymousMister', module='spring-boot-starter-parent', version='2.1.7.5')
)
libraryDependencies += "com.github.AnonymousMister" % "spring-boot-starter-parent" % "2.1.7.5"
[com.github.AnonymousMister/spring-boot-starter-parent "2.1.7.5"]