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