Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.genxiaogu |
ArtifactId | ArtifactIdrate-limiter-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.genxiaogu/rate-limiter-spring-boot-starter/ -->
<dependency>
<groupId>com.genxiaogu</groupId>
<artifactId>rate-limiter-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.genxiaogu/rate-limiter-spring-boot-starter/
implementation 'com.genxiaogu:rate-limiter-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.genxiaogu/rate-limiter-spring-boot-starter/
implementation ("com.genxiaogu:rate-limiter-spring-boot-starter:1.0.0")
'com.genxiaogu:rate-limiter-spring-boot-starter:jar:1.0.0'
<dependency org="com.genxiaogu" name="rate-limiter-spring-boot-starter" rev="1.0.0">
<artifact name="rate-limiter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genxiaogu', module='rate-limiter-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.genxiaogu" % "rate-limiter-spring-boot-starter" % "1.0.0"
[com.genxiaogu/rate-limiter-spring-boot-starter "1.0.0"]