Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.weibo |
ArtifactId | ArtifactIdmotan-transport-netty |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.weibo/motan-transport-netty/ -->
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-transport-netty</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.weibo/motan-transport-netty/
implementation 'com.weibo:motan-transport-netty:1.0.0'
// https://jarcasting.com/artifacts/com.weibo/motan-transport-netty/
implementation ("com.weibo:motan-transport-netty:1.0.0")
'com.weibo:motan-transport-netty:jar:1.0.0'
<dependency org="com.weibo" name="motan-transport-netty" rev="1.0.0">
<artifact name="motan-transport-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weibo', module='motan-transport-netty', version='1.0.0')
)
libraryDependencies += "com.weibo" % "motan-transport-netty" % "1.0.0"
[com.weibo/motan-transport-netty "1.0.0"]