| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdcom.marcosbarbero.cloud |
| ArtifactId | ArtifactIdredis |
| Version | Version1.4.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionTests - Redis RateLimit
This project is a Spring Cloud Netflix Zuul Rate Limit strategy.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| redis-1.4.0.RELEASE.pom | |
| redis-1.4.0.RELEASE.jar | 5 KB |
| redis-1.4.0.RELEASE-sources.jar | 2 KB |
| redis-1.4.0.RELEASE-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marcosbarbero.cloud/redis/ -->
<dependency>
<groupId>com.marcosbarbero.cloud</groupId>
<artifactId>redis</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcosbarbero.cloud/redis/
implementation 'com.marcosbarbero.cloud:redis:1.4.0.RELEASE'
// https://jarcasting.com/artifacts/com.marcosbarbero.cloud/redis/
implementation ("com.marcosbarbero.cloud:redis:1.4.0.RELEASE")
'com.marcosbarbero.cloud:redis:jar:1.4.0.RELEASE'
<dependency org="com.marcosbarbero.cloud" name="redis" rev="1.4.0.RELEASE">
<artifact name="redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcosbarbero.cloud', module='redis', version='1.4.0.RELEASE')
)
libraryDependencies += "com.marcosbarbero.cloud" % "redis" % "1.4.0.RELEASE"
[com.marcosbarbero.cloud/redis "1.4.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-redis | jar | 1.5.8.RELEASE |
| org.springframework.cloud : spring-cloud-starter-zuul | jar | |
| com.github.kstyrc : embedded-redis | jar | 0.6 |
| com.marcosbarbero.cloud : spring-cloud-zuul-ratelimit | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.8.RELEASE |
| org.mockito : mockito-core | jar | 2.9.0 |