SnowJena

Distributed lock-free current limiting framework based on token bucket algorithm.

License

License

GroupId

GroupId

cn.yueshutong
ArtifactId

ArtifactId

SnowJena
Last Version

Last Version

3.0.0.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

SnowJena
Distributed lock-free current limiting framework based on token bucket algorithm.
Project URL

Project URL

https://github.com/yueshutong/SnowJena
Source Code Management

Source Code Management

https://github.com/yueshutong/SnowJena.git

Download SnowJena

How to add to project

<!-- https://jarcasting.com/artifacts/cn.yueshutong/SnowJena/ -->
<dependency>
    <groupId>cn.yueshutong</groupId>
    <artifactId>SnowJena</artifactId>
    <version>3.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.yueshutong/SnowJena/
implementation 'cn.yueshutong:SnowJena:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.yueshutong/SnowJena/
implementation ("cn.yueshutong:SnowJena:3.0.0.RELEASE")
'cn.yueshutong:SnowJena:pom:3.0.0.RELEASE'
<dependency org="cn.yueshutong" name="SnowJena" rev="3.0.0.RELEASE">
  <artifact name="SnowJena" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.yueshutong', module='SnowJena', version='3.0.0.RELEASE')
)
libraryDependencies += "cn.yueshutong" % "SnowJena" % "3.0.0.RELEASE"
[cn.yueshutong/SnowJena "3.0.0.RELEASE"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.26
ch.qos.logback : logback-classic jar 1.2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • snowjena-common
  • snowjena-monitor
  • snowjena-core
  • snowjena-annotation

Versions

Version
3.0.0.RELEASE
2.0.0.RELEASE
1.0.0.RELEASE