Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
---|---|
GroupId | GroupIdorg.apache.dubbo |
ArtifactId | ArtifactIddubbo-spring-boot-project |
Version | Version2.7.1 |
Type | Typepom |
Filename | Size |
---|---|
dubbo-spring-boot-project-2.7.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-project/ -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-project</artifactId>
<version>2.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-project/
implementation 'org.apache.dubbo:dubbo-spring-boot-project:2.7.1'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-project/
implementation ("org.apache.dubbo:dubbo-spring-boot-project:2.7.1")
'org.apache.dubbo:dubbo-spring-boot-project:pom:2.7.1'
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-project" rev="2.7.1">
<artifact name="dubbo-spring-boot-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-project', version='2.7.1')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-project" % "2.7.1"
[org.apache.dubbo/dubbo-spring-boot-project "2.7.1"]