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