License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.org.faster |
ArtifactId | ArtifactIdspring-boot-starter-parent |
Version | Version1.1.1.RELEASE |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-boot-starter-parent-1.1.1.RELEASE.pom | 759 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-parent/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-parent/
implementation 'cn.org.faster:spring-boot-starter-parent:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-parent/
implementation ("cn.org.faster:spring-boot-starter-parent:1.1.1.RELEASE")
'cn.org.faster:spring-boot-starter-parent:pom:1.1.1.RELEASE'
<dependency org="cn.org.faster" name="spring-boot-starter-parent" rev="1.1.1.RELEASE">
<artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-parent', version='1.1.1.RELEASE')
)
libraryDependencies += "cn.org.faster" % "spring-boot-starter-parent" % "1.1.1.RELEASE"
[cn.org.faster/spring-boot-starter-parent "1.1.1.RELEASE"]