<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-spring-boot-parent</artifactId>
<version>0.0.1</version>
</dependency>
implementation group: 'io.github.microsphere-projects', name: 'microsphere-spring-boot-parent', version: '0.0.1'
implementation 'io.github.microsphere-projects:microsphere-spring-boot-parent:0.0.1'
implementation("io.github.microsphere-projects:microsphere-spring-boot-parent:0.0.1")
libraryDependencies += "io.github.microsphere-projects" % "microsphere-spring-boot-parent" % "0.0.1"
<dependency org="io.github.microsphere-projects" name="microsphere-spring-boot-parent" rev="0.0.1"/>
@Grapes(
@Grab(group='io.github.microsphere-projects', module='microsphere-spring-boot-parent', version='0.0.1')
)
[io.github.microsphere-projects/microsphere-spring-boot-parent "0.0.1"]
'io.github.microsphere-projects:microsphere-spring-boot-parent:jar:0.0.1'