| License |
License |
|---|---|
| GroupId | GroupIdcom.marcosbarbero.cloud |
| ArtifactId | ArtifactIdinmemory |
| Version | Version1.4.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionTests - InMemory RateLimit
This project is a Spring Cloud Netflix Zuul Rate Limit strategy.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| inmemory-1.4.0.RELEASE.pom | |
| inmemory-1.4.0.RELEASE.jar | 4 KB |
| inmemory-1.4.0.RELEASE-sources.jar | 1 KB |
| inmemory-1.4.0.RELEASE-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marcosbarbero.cloud/inmemory/ -->
<dependency>
<groupId>com.marcosbarbero.cloud</groupId>
<artifactId>inmemory</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcosbarbero.cloud/inmemory/
implementation 'com.marcosbarbero.cloud:inmemory:1.4.0.RELEASE'
// https://jarcasting.com/artifacts/com.marcosbarbero.cloud/inmemory/
implementation ("com.marcosbarbero.cloud:inmemory:1.4.0.RELEASE")
'com.marcosbarbero.cloud:inmemory:jar:1.4.0.RELEASE'
<dependency org="com.marcosbarbero.cloud" name="inmemory" rev="1.4.0.RELEASE">
<artifact name="inmemory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcosbarbero.cloud', module='inmemory', version='1.4.0.RELEASE')
)
libraryDependencies += "com.marcosbarbero.cloud" % "inmemory" % "1.4.0.RELEASE"
[com.marcosbarbero.cloud/inmemory "1.4.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.marcosbarbero.cloud : spring-cloud-zuul-ratelimit | jar | |
| org.springframework.cloud : spring-cloud-starter-zuul | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.8.RELEASE |
| 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 |