a

ant-boot-starter-dubbo

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