Categories |
CategoriesCLI User Interface Dubbo Net Networking Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.coodex |
ArtifactId | ArtifactIdconcrete-dubbo-client |
Version | Version0.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.coodex/concrete-dubbo-client/ -->
<dependency>
<groupId>org.coodex</groupId>
<artifactId>concrete-dubbo-client</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.coodex/concrete-dubbo-client/
implementation 'org.coodex:concrete-dubbo-client:0.2.2'
// https://jarcasting.com/artifacts/org.coodex/concrete-dubbo-client/
implementation ("org.coodex:concrete-dubbo-client:0.2.2")
'org.coodex:concrete-dubbo-client:jar:0.2.2'
<dependency org="org.coodex" name="concrete-dubbo-client" rev="0.2.2">
<artifact name="concrete-dubbo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coodex', module='concrete-dubbo-client', version='0.2.2')
)
libraryDependencies += "org.coodex" % "concrete-dubbo-client" % "0.2.2"
[org.coodex/concrete-dubbo-client "0.2.2"]