Categories |
CategoriesAnt Build Tools Dubbo Net Networking |
---|---|
GroupId | GroupIdorg.antframework.boot |
ArtifactId | ArtifactIdant-boot-starter-dubbo |
Version | Version1.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.antframework.boot/ant-boot-starter-dubbo/ -->
<dependency>
<groupId>org.antframework.boot</groupId>
<artifactId>ant-boot-starter-dubbo</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.antframework.boot/ant-boot-starter-dubbo/
implementation 'org.antframework.boot:ant-boot-starter-dubbo:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.antframework.boot/ant-boot-starter-dubbo/
implementation ("org.antframework.boot:ant-boot-starter-dubbo:1.1.0.RELEASE")
'org.antframework.boot:ant-boot-starter-dubbo:jar:1.1.0.RELEASE'
<dependency org="org.antframework.boot" name="ant-boot-starter-dubbo" rev="1.1.0.RELEASE">
<artifact name="ant-boot-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antframework.boot', module='ant-boot-starter-dubbo', version='1.1.0.RELEASE')
)
libraryDependencies += "org.antframework.boot" % "ant-boot-starter-dubbo" % "1.1.0.RELEASE"
[org.antframework.boot/ant-boot-starter-dubbo "1.1.0.RELEASE"]