GroupId | GroupIdorg.shaneking.spring |
---|---|
ArtifactId | ArtifactIdorg.shaneking.spring.currentlimiter |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.shaneking.spring/org.shaneking.spring.currentlimiter/ -->
<dependency>
<groupId>org.shaneking.spring</groupId>
<artifactId>org.shaneking.spring.currentlimiter</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.shaneking.spring/org.shaneking.spring.currentlimiter/
implementation 'org.shaneking.spring:org.shaneking.spring.currentlimiter:0.2.0'
// https://jarcasting.com/artifacts/org.shaneking.spring/org.shaneking.spring.currentlimiter/
implementation ("org.shaneking.spring:org.shaneking.spring.currentlimiter:0.2.0")
'org.shaneking.spring:org.shaneking.spring.currentlimiter:jar:0.2.0'
<dependency org="org.shaneking.spring" name="org.shaneking.spring.currentlimiter" rev="0.2.0">
<artifact name="org.shaneking.spring.currentlimiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shaneking.spring', module='org.shaneking.spring.currentlimiter', version='0.2.0')
)
libraryDependencies += "org.shaneking.spring" % "org.shaneking.spring.currentlimiter" % "0.2.0"
[org.shaneking.spring/org.shaneking.spring.currentlimiter "0.2.0"]