License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIdcom.eeeffff.hasentinel |
ArtifactId | ArtifactIdhasentinel-common |
Last Version | Last Version1.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe parent project of HASentinel
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hasentinel-common-1.8.2.pom | |
hasentinel-common-1.8.2.jar | 40 KB |
hasentinel-common-1.8.2-sources.jar | 24 KB |
hasentinel-common-1.8.2-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eeeffff.hasentinel/hasentinel-common/ -->
<dependency>
<groupId>com.eeeffff.hasentinel</groupId>
<artifactId>hasentinel-common</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.eeeffff.hasentinel/hasentinel-common/
implementation 'com.eeeffff.hasentinel:hasentinel-common:1.8.2'
// https://jarcasting.com/artifacts/com.eeeffff.hasentinel/hasentinel-common/
implementation ("com.eeeffff.hasentinel:hasentinel-common:1.8.2")
'com.eeeffff.hasentinel:hasentinel-common:jar:1.8.2'
<dependency org="com.eeeffff.hasentinel" name="hasentinel-common" rev="1.8.2">
<artifact name="hasentinel-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eeeffff.hasentinel', module='hasentinel-common', version='1.8.2')
)
libraryDependencies += "com.eeeffff.hasentinel" % "hasentinel-common" % "1.8.2"
[com.eeeffff.hasentinel/hasentinel-common "1.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.csp : sentinel-core | jar | 1.8.2 |
com.alibaba.csp : sentinel-transport-simple-http | jar | 1.8.2 |
com.alibaba.csp : sentinel-spring-webmvc-adapter | jar | 1.8.2 |
com.alibaba.csp : sentinel-datasource-zookeeper | jar | 1.8.2 |
com.alibaba.csp : sentinel-parameter-flow-control | jar | 1.8.2 |
com.alibaba.csp : sentinel-web-servlet | jar | 1.8.2 |
com.alibaba.csp : sentinel-annotation-aspectj | jar | 1.8.2 |
commons-lang : commons-lang | jar | 2.6 |
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
org.apache.httpcomponents : httpcore | jar | 4.4.5 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1.3 |
org.apache.httpcomponents : httpcore-nio | jar | 4.4.6 |
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.21.0 |