is not current version
Last Version 1.0

cn.izern:spring-boot-parent 0.0.1

Extended spring-boot.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.izern
ArtifactId

ArtifactId

spring-boot-parent
Version

Version

0.0.1
Type

Type

pom

Download spring-boot-parent 0.0.1


<!-- 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"]