License |
License |
---|---|
GroupId | GroupIdcom.github.onblog |
ArtifactId | ArtifactIdsnowjena-core |
Version | Version4.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionsnowjena-core
Distributed lock-free current limiting framework based on token bucket algorithm.
|
<!-- https://jarcasting.com/artifacts/com.github.onblog/snowjena-core/ -->
<dependency>
<groupId>com.github.onblog</groupId>
<artifactId>snowjena-core</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onblog/snowjena-core/
implementation 'com.github.onblog:snowjena-core:4.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.onblog/snowjena-core/
implementation ("com.github.onblog:snowjena-core:4.0.0.RELEASE")
'com.github.onblog:snowjena-core:jar:4.0.0.RELEASE'
<dependency org="com.github.onblog" name="snowjena-core" rev="4.0.0.RELEASE">
<artifact name="snowjena-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onblog', module='snowjena-core', version='4.0.0.RELEASE')
)
libraryDependencies += "com.github.onblog" % "snowjena-core" % "4.0.0.RELEASE"
[com.github.onblog/snowjena-core "4.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.onblog : snowjena-common | jar | 4.0.0.RELEASE |
com.github.onblog : snowjena-monitor | jar | 4.0.0.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.26 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |