| Categories |
CategoriesDubbo Net Networking |
|---|---|
| GroupId | GroupIdio.eventcenter |
| ArtifactId | ArtifactIdec-remote-dubbo |
| Version | Version1.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ec-remote-dubbo-1.7.1.pom | |
| ec-remote-dubbo-1.7.1.jar | 37 KB |
| ec-remote-dubbo-1.7.1-sources.jar | 22 KB |
| ec-remote-dubbo-1.7.1-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.eventcenter/ec-remote-dubbo/ -->
<dependency>
<groupId>io.eventcenter</groupId>
<artifactId>ec-remote-dubbo</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.eventcenter/ec-remote-dubbo/
implementation 'io.eventcenter:ec-remote-dubbo:1.7.1'
// https://jarcasting.com/artifacts/io.eventcenter/ec-remote-dubbo/
implementation ("io.eventcenter:ec-remote-dubbo:1.7.1")
'io.eventcenter:ec-remote-dubbo:jar:1.7.1'
<dependency org="io.eventcenter" name="ec-remote-dubbo" rev="1.7.1">
<artifact name="ec-remote-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.eventcenter', module='ec-remote-dubbo', version='1.7.1')
)
libraryDependencies += "io.eventcenter" % "ec-remote-dubbo" % "1.7.1"
[io.eventcenter/ec-remote-dubbo "1.7.1"]