m

micro-springboot

Files download
File Operation
micro-springboot-11.0.10-RELEASE.jar download
micro-springboot-11.0.10-RELEASE.pom download
micro-springboot-11.0.10-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.bigcore</groupId>
  <artifactId>micro-springboot</artifactId>
  <version>11.0.10-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'cn.bigcore:micro-springboot:11.0.10-RELEASE'
Gradle Kotlin
implementation("cn.bigcore:micro-springboot:11.0.10-RELEASE")
Scala SBT
libraryDependencies += "cn.bigcore" % "micro-springboot" % "11.0.10-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='cn.bigcore', module='micro-springboot', version='11.0.10-RELEASE')
)
Apache Ivy
<dependency org="cn.bigcore" name="micro-springboot" rev="11.0.10-RELEASE" />
Leiningen
[cn.bigcore/micro-springboot "11.0.10-RELEASE"]
Apache Buildr
'cn.bigcore:micro-springboot:jar:11.0.10-RELEASE'