m

microsphere-spring-cloud-parent

Microsphere Spring Cloud Parent
Apache License, Version 2.0
Files download
File Operation
microsphere-spring-cloud-parent-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.microsphere-projects</groupId>
  <artifactId>microsphere-spring-cloud-parent</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.microsphere-projects:microsphere-spring-cloud-parent:0.0.1'
Gradle Kotlin
implementation("io.github.microsphere-projects:microsphere-spring-cloud-parent:0.0.1")
Scala SBT
libraryDependencies += "io.github.microsphere-projects" % "microsphere-spring-cloud-parent" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.microsphere-projects', module='microsphere-spring-cloud-parent', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.microsphere-projects" name="microsphere-spring-cloud-parent" rev="0.0.1" />
Leiningen
[io.github.microsphere-projects/microsphere-spring-cloud-parent "0.0.1"]
Apache Buildr
'io.github.microsphere-projects:microsphere-spring-cloud-parent:jar:0.0.1'