Categories |
CategoriesNet Sentinel Container Microservices Netty Networking |
---|---|
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-transport-netty-http |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-transport-netty-http/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport-netty-http</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-transport-netty-http/
implementation 'com.alibaba.csp:sentinel-transport-netty-http:1.5.0'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-transport-netty-http/
implementation ("com.alibaba.csp:sentinel-transport-netty-http:1.5.0")
'com.alibaba.csp:sentinel-transport-netty-http:jar:1.5.0'
<dependency org="com.alibaba.csp" name="sentinel-transport-netty-http" rev="1.5.0">
<artifact name="sentinel-transport-netty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-transport-netty-http', version='1.5.0')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-transport-netty-http" % "1.5.0"
[com.alibaba.csp/sentinel-transport-netty-http "1.5.0"]