Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdbalance |
Version | Version1.6.34 |
Type | Typejar |
Filename | Size |
---|---|
balance-1.6.34.pom | |
balance-1.6.34.jar | 6 KB |
balance-1.6.34-sources.jar | 7 KB |
balance-1.6.34-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/balance/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>balance</artifactId>
<version>1.6.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/balance/
implementation 'com.networknt:balance:1.6.34'
// https://jarcasting.com/artifacts/com.networknt/balance/
implementation ("com.networknt:balance:1.6.34")
'com.networknt:balance:jar:1.6.34'
<dependency org="com.networknt" name="balance" rev="1.6.34">
<artifact name="balance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='balance', version='1.6.34')
)
libraryDependencies += "com.networknt" % "balance" % "1.6.34"
[com.networknt/balance "1.6.34"]