is not current version
Last Version 1.8.4

com.alibaba.csp:sentinel-parent 0.1.2

The parent project of Sentinel

Categories

Categories

Sentinel Container Microservices
GroupId

GroupId

com.alibaba.csp
ArtifactId

ArtifactId

sentinel-parent
Version

Version

0.1.2
Type

Type

pom

Download sentinel-parent 0.1.2


<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-parent/ -->
<dependency>
    <groupId>com.alibaba.csp</groupId>
    <artifactId>sentinel-parent</artifactId>
    <version>0.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-parent/
implementation 'com.alibaba.csp:sentinel-parent:0.1.2'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-parent/
implementation ("com.alibaba.csp:sentinel-parent:0.1.2")
'com.alibaba.csp:sentinel-parent:pom:0.1.2'
<dependency org="com.alibaba.csp" name="sentinel-parent" rev="0.1.2">
  <artifact name="sentinel-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-parent', version='0.1.2')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-parent" % "0.1.2"
[com.alibaba.csp/sentinel-parent "0.1.2"]