| GroupId | GroupIdcom.github.jh-factory |
|---|---|
| ArtifactId | ArtifactIdJH_UTIL_SDK |
| Version | Version0.0.11 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| JH_UTIL_SDK-0.0.11.pom | |
| JH_UTIL_SDK-0.0.11.aar | 22 KB |
| JH_UTIL_SDK-0.0.11-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jh-factory/JH_UTIL_SDK/ -->
<dependency>
<groupId>com.github.jh-factory</groupId>
<artifactId>JH_UTIL_SDK</artifactId>
<version>0.0.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jh-factory/JH_UTIL_SDK/
implementation 'com.github.jh-factory:JH_UTIL_SDK:0.0.11'
// https://jarcasting.com/artifacts/com.github.jh-factory/JH_UTIL_SDK/
implementation ("com.github.jh-factory:JH_UTIL_SDK:0.0.11")
'com.github.jh-factory:JH_UTIL_SDK:aar:0.0.11'
<dependency org="com.github.jh-factory" name="JH_UTIL_SDK" rev="0.0.11">
<artifact name="JH_UTIL_SDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.jh-factory', module='JH_UTIL_SDK', version='0.0.11')
)
libraryDependencies += "com.github.jh-factory" % "JH_UTIL_SDK" % "0.0.11"
[com.github.jh-factory/JH_UTIL_SDK "0.0.11"]