License |
License |
---|---|
GroupId | GroupIdcom.github.alinvasile.jsla |
ArtifactId | ArtifactIdjsla-core |
Version | Version0.0.1-alpha1 |
Type | Typejar |
Description |
Descriptionjsla-core
Java core library for rate-limiting
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsla-core-0.0.1-alpha1.pom | |
jsla-core-0.0.1-alpha1.jar | 16 KB |
jsla-core-0.0.1-alpha1-sources.jar | 14 KB |
jsla-core-0.0.1-alpha1-javadoc.jar | 101 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.isomorphism : token-bucket | jar | 1.1 |
org.slf4j : slf4j-api | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.6.6 |
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 |