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