Last Version

jsla-core 0.0.1-alpha1

Java core library for rate-limiting

License

License

GroupId

GroupId

com.github.alinvasile.jsla
ArtifactId

ArtifactId

jsla-core
Version

Version

0.0.1-alpha1
Type

Type

jar
Description

Description

jsla-core
Java core library for rate-limiting
Project URL

Project URL

http://github.com/alinvasile/jsla

Download jsla-core 0.0.1-alpha1


<!-- https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-core/ -->
<dependency>
    <groupId>com.github.alinvasile.jsla</groupId>
    <artifactId>jsla-core</artifactId>
    <version>0.0.1-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-core/
implementation 'com.github.alinvasile.jsla:jsla-core:0.0.1-alpha1'
// https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-core/
implementation ("com.github.alinvasile.jsla:jsla-core:0.0.1-alpha1")
'com.github.alinvasile.jsla:jsla-core:jar:0.0.1-alpha1'
<dependency org="com.github.alinvasile.jsla" name="jsla-core" rev="0.0.1-alpha1">
  <artifact name="jsla-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alinvasile.jsla', module='jsla-core', version='0.0.1-alpha1')
)
libraryDependencies += "com.github.alinvasile.jsla" % "jsla-core" % "0.0.1-alpha1"
[com.github.alinvasile.jsla/jsla-core "0.0.1-alpha1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.isomorphism : token-bucket jar 1.1
org.slf4j : slf4j-api jar 1.6.6

runtime (1)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.6.6

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.6.6
log4j : log4j jar 1.2.15
junit : junit jar 4.8.1
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.