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