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