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