License |
License |
---|---|
GroupId | GroupIdcom.github.alinvasile.jsla |
ArtifactId | ArtifactIdjsla-web |
Version | Version0.0.1-alpha1 |
Type | Typejar |
Description |
Descriptionjsla-web
Java core library for rate-limiting
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsla-web-0.0.1-alpha1.pom | |
jsla-web-0.0.1-alpha1.jar | 13 KB |
jsla-web-0.0.1-alpha1-sources.jar | 9 KB |
jsla-web-0.0.1-alpha1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-web/ -->
<dependency>
<groupId>com.github.alinvasile.jsla</groupId>
<artifactId>jsla-web</artifactId>
<version>0.0.1-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-web/
implementation 'com.github.alinvasile.jsla:jsla-web:0.0.1-alpha1'
// https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-web/
implementation ("com.github.alinvasile.jsla:jsla-web:0.0.1-alpha1")
'com.github.alinvasile.jsla:jsla-web:jar:0.0.1-alpha1'
<dependency org="com.github.alinvasile.jsla" name="jsla-web" rev="0.0.1-alpha1">
<artifact name="jsla-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alinvasile.jsla', module='jsla-web', version='0.0.1-alpha1')
)
libraryDependencies += "com.github.alinvasile.jsla" % "jsla-web" % "0.0.1-alpha1"
[com.github.alinvasile.jsla/jsla-web "0.0.1-alpha1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.alinvasile.jsla : jsla-core | jar | 0.0.1-alpha1-SNAPSHOT |
commons-codec : commons-codec | jar | 20041127.091804 |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.isomorphism : token-bucket | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |