Last Version

SnowJena 4.0.0.RELEASE

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

License

License

GroupId

GroupId

com.github.onblog
ArtifactId

ArtifactId

SnowJena
Version

Version

4.0.0.RELEASE
Type

Type

pom
Description

Description

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

Project URL

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

Source Code Management

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

Download SnowJena 4.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.onblog/SnowJena/ -->
<dependency>
    <groupId>com.github.onblog</groupId>
    <artifactId>SnowJena</artifactId>
    <version>4.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.onblog/SnowJena/
implementation 'com.github.onblog:SnowJena:4.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.onblog/SnowJena/
implementation ("com.github.onblog:SnowJena:4.0.0.RELEASE")
'com.github.onblog:SnowJena:pom:4.0.0.RELEASE'
<dependency org="com.github.onblog" name="SnowJena" rev="4.0.0.RELEASE">
  <artifact name="SnowJena" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.onblog', module='SnowJena', version='4.0.0.RELEASE')
)
libraryDependencies += "com.github.onblog" % "SnowJena" % "4.0.0.RELEASE"
[com.github.onblog/SnowJena "4.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