Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.izern |
ArtifactId | ArtifactIdspring-boot-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-parent-0.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/ -->
<dependency>
<groupId>cn.izern</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/
implementation 'cn.izern:spring-boot-parent:0.0.1'
// https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/
implementation ("cn.izern:spring-boot-parent:0.0.1")
'cn.izern:spring-boot-parent:pom:0.0.1'
<dependency org="cn.izern" name="spring-boot-parent" rev="0.0.1">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.izern', module='spring-boot-parent', version='0.0.1')
)
libraryDependencies += "cn.izern" % "spring-boot-parent" % "0.0.1"
[cn.izern/spring-boot-parent "0.0.1"]