File | Operation |
---|---|
sentinel-transport-1.8.8.pom | download |
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport</artifactId>
<version>1.8.8</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-transport', version='1.8.8')
)
<parent> <groupId>com.alibaba.csp</groupId> <artifactId>sentinel-parent</artifactId> <version>1.8.8</version> </parent>