| GroupId | GroupIdcom.github.kenwdelong |
|---|---|
| ArtifactId | ArtifactIdstability-utils |
| Version | Version1.3.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stability-utils-1.3.10.pom | |
| stability-utils-1.3.10.jar | 122 KB |
| stability-utils-1.3.10-sources.jar | 46 KB |
| stability-utils-1.3.10-javadoc.jar | 255 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kenwdelong/stability-utils/ -->
<dependency>
<groupId>com.github.kenwdelong</groupId>
<artifactId>stability-utils</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kenwdelong/stability-utils/
implementation 'com.github.kenwdelong:stability-utils:1.3.10'
// https://jarcasting.com/artifacts/com.github.kenwdelong/stability-utils/
implementation ("com.github.kenwdelong:stability-utils:1.3.10")
'com.github.kenwdelong:stability-utils:jar:1.3.10'
<dependency org="com.github.kenwdelong" name="stability-utils" rev="1.3.10">
<artifact name="stability-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kenwdelong', module='stability-utils', version='1.3.10')
)
libraryDependencies += "com.github.kenwdelong" % "stability-utils" % "1.3.10"
[com.github.kenwdelong/stability-utils "1.3.10"]