License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.izern |
ArtifactId | ArtifactIdspring-boot-parent |
Version | Version1.0 |
Type | Typepom |
Description |
Descriptionspring-boot-parent
Extended spring-boot.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-parent-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/ -->
<dependency>
<groupId>cn.izern</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/
implementation 'cn.izern:spring-boot-parent:1.0'
// https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/
implementation ("cn.izern:spring-boot-parent:1.0")
'cn.izern:spring-boot-parent:pom:1.0'
<dependency org="cn.izern" name="spring-boot-parent" rev="1.0">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.izern', module='spring-boot-parent', version='1.0')
)
libraryDependencies += "cn.izern" % "spring-boot-parent" % "1.0"
[cn.izern/spring-boot-parent "1.0"]