GroupId | GroupIdcom.alibaba.otter |
---|---|
ArtifactId | ArtifactIdshared.communication |
Version | Version4.2.11 |
Type | Typejar |
Filename | Size |
---|---|
shared.communication-4.2.11.pom | |
shared.communication-4.2.11.jar | 51 KB |
shared.communication-4.2.11-sources.jar | 48 KB |
shared.communication-4.2.11-javadoc.jar | 338 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/shared.communication/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>shared.communication</artifactId>
<version>4.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/shared.communication/
implementation 'com.alibaba.otter:shared.communication:4.2.11'
// https://jarcasting.com/artifacts/com.alibaba.otter/shared.communication/
implementation ("com.alibaba.otter:shared.communication:4.2.11")
'com.alibaba.otter:shared.communication:jar:4.2.11'
<dependency org="com.alibaba.otter" name="shared.communication" rev="4.2.11">
<artifact name="shared.communication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='shared.communication', version='4.2.11')
)
libraryDependencies += "com.alibaba.otter" % "shared.communication" % "4.2.11"
[com.alibaba.otter/shared.communication "4.2.11"]