License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdload-balance |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionload-balance
The load-balance tool for java.
|
Filename | Size |
---|---|
load-balance-0.0.5.pom | |
load-balance-0.0.5.jar | 16 KB |
load-balance-0.0.5-sources.jar | 10 KB |
load-balance-0.0.5-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/load-balance/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>load-balance</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/load-balance/
implementation 'com.github.houbb:load-balance:0.0.5'
// https://jarcasting.com/artifacts/com.github.houbb/load-balance/
implementation ("com.github.houbb:load-balance:0.0.5")
'com.github.houbb:load-balance:jar:0.0.5'
<dependency org="com.github.houbb" name="load-balance" rev="0.0.5">
<artifact name="load-balance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='load-balance', version='0.0.5')
)
libraryDependencies += "com.github.houbb" % "load-balance" % "0.0.5"
[com.github.houbb/load-balance "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : hash | jar | 0.0.2 |
com.github.houbb : consistent-hashing | jar | 0.0.3 |
com.github.houbb : heaven | jar | 0.1.160 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.12 |