License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jkcode |
ArtifactId | ArtifactIdjkguard |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjkguard
Jkguard is the application guardian, which provides guardian functions, such as request combining / traffic statistics / circuit breaking / rate limiting / degradation / caching, to to guarantee reliability of application.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jkguard-1.9.0.pom | |
jkguard-1.9.0.jar | 103 KB |
jkguard-1.9.0-sources.jar | 32 KB |
jkguard-1.9.0-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jkcode/jkguard/ -->
<dependency>
<groupId>net.jkcode</groupId>
<artifactId>jkguard</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jkcode/jkguard/
implementation 'net.jkcode:jkguard:1.9.0'
// https://jarcasting.com/artifacts/net.jkcode/jkguard/
implementation ("net.jkcode:jkguard:1.9.0")
'net.jkcode:jkguard:jar:1.9.0'
<dependency org="net.jkcode" name="jkguard" rev="1.9.0">
<artifact name="jkguard" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jkcode', module='jkguard', version='1.9.0')
)
libraryDependencies += "net.jkcode" % "jkguard" % "1.9.0"
[net.jkcode/jkguard "1.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.21 |
net.jkcode : jkutil | jar | 1.9.0 |