| GroupId | GroupIdcom.gitee.sshhzz |
|---|---|
| ArtifactId | ArtifactIdbalance |
| Version | Version0.0.3-Release |
| Type | Typejar |
| Filename | Size |
|---|---|
| balance-0.0.3-Release.pom | |
| balance-0.0.3-Release.jar | 12 KB |
| balance-0.0.3-Release-sources.jar | 5 KB |
| balance-0.0.3-Release-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.sshhzz/balance/ -->
<dependency>
<groupId>com.gitee.sshhzz</groupId>
<artifactId>balance</artifactId>
<version>0.0.3-Release</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sshhzz/balance/
implementation 'com.gitee.sshhzz:balance:0.0.3-Release'
// https://jarcasting.com/artifacts/com.gitee.sshhzz/balance/
implementation ("com.gitee.sshhzz:balance:0.0.3-Release")
'com.gitee.sshhzz:balance:jar:0.0.3-Release'
<dependency org="com.gitee.sshhzz" name="balance" rev="0.0.3-Release">
<artifact name="balance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sshhzz', module='balance', version='0.0.3-Release')
)
libraryDependencies += "com.gitee.sshhzz" % "balance" % "0.0.3-Release"
[com.gitee.sshhzz/balance "0.0.3-Release"]