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