Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.AnonymousMister |
ArtifactId | ArtifactIdspring-boot-starter-parent |
Version | Version2.1.7.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starter-parent-2.1.7.1.pom | 10 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.1</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.1'
// https://jarcasting.com/artifacts/com.github.AnonymousMister/spring-boot-starter-parent/
implementation ("com.github.AnonymousMister:spring-boot-starter-parent:2.1.7.1")
'com.github.AnonymousMister:spring-boot-starter-parent:pom:2.1.7.1'
<dependency org="com.github.AnonymousMister" name="spring-boot-starter-parent" rev="2.1.7.1">
<artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.AnonymousMister', module='spring-boot-starter-parent', version='2.1.7.1')
)
libraryDependencies += "com.github.AnonymousMister" % "spring-boot-starter-parent" % "2.1.7.1"
[com.github.AnonymousMister/spring-boot-starter-parent "2.1.7.1"]