License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
GroupId | GroupIdorg.apache.dubbo |
ArtifactId | ArtifactIddubbo-spring-boot-project |
Version | Version2.7.9 |
Type | Typepom |
Description |
DescriptionApache Dubbo Spring Boot Project
Apache Dubbo Spring Boot Project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dubbo-spring-boot-project-2.7.9.pom | 7 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.9</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.9'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-project/
implementation ("org.apache.dubbo:dubbo-spring-boot-project:2.7.9")
'org.apache.dubbo:dubbo-spring-boot-project:pom:2.7.9'
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-project" rev="2.7.9">
<artifact name="dubbo-spring-boot-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-project', version='2.7.9')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-project" % "2.7.9"
[org.apache.dubbo/dubbo-spring-boot-project "2.7.9"]