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