GroupId | GroupIdorg.shaneking.spring |
---|---|
ArtifactId | ArtifactIdorg.shaneking.spring.currentlimiter |
Version | Version0.1.3 |
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.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.shaneking.spring/org.shaneking.spring.currentlimiter/
implementation 'org.shaneking.spring:org.shaneking.spring.currentlimiter:0.1.3'
// https://jarcasting.com/artifacts/org.shaneking.spring/org.shaneking.spring.currentlimiter/
implementation ("org.shaneking.spring:org.shaneking.spring.currentlimiter:0.1.3")
'org.shaneking.spring:org.shaneking.spring.currentlimiter:jar:0.1.3'
<dependency org="org.shaneking.spring" name="org.shaneking.spring.currentlimiter" rev="0.1.3">
<artifact name="org.shaneking.spring.currentlimiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shaneking.spring', module='org.shaneking.spring.currentlimiter', version='0.1.3')
)
libraryDependencies += "org.shaneking.spring" % "org.shaneking.spring.currentlimiter" % "0.1.3"
[org.shaneking.spring/org.shaneking.spring.currentlimiter "0.1.3"]