GroupId | GroupIdcom.github.feelschaotic |
---|---|
ArtifactId | ArtifactIdSDKHotFix |
Version | Version1.6-RELEASE |
Type | Typeaar |
Filename | Size |
---|---|
SDKHotFix-1.6-RELEASE.pom | |
SDKHotFix-1.6-RELEASE.aar | 63 KB |
SDKHotFix-1.6-RELEASE-sources.jar | 18 KB |
SDKHotFix-1.6-RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.feelschaotic/SDKHotFix/ -->
<dependency>
<groupId>com.github.feelschaotic</groupId>
<artifactId>SDKHotFix</artifactId>
<version>1.6-RELEASE</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.feelschaotic/SDKHotFix/
implementation 'com.github.feelschaotic:SDKHotFix:1.6-RELEASE'
// https://jarcasting.com/artifacts/com.github.feelschaotic/SDKHotFix/
implementation ("com.github.feelschaotic:SDKHotFix:1.6-RELEASE")
'com.github.feelschaotic:SDKHotFix:aar:1.6-RELEASE'
<dependency org="com.github.feelschaotic" name="SDKHotFix" rev="1.6-RELEASE">
<artifact name="SDKHotFix" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.feelschaotic', module='SDKHotFix', version='1.6-RELEASE')
)
libraryDependencies += "com.github.feelschaotic" % "SDKHotFix" % "1.6-RELEASE"
[com.github.feelschaotic/SDKHotFix "1.6-RELEASE"]