Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netease.nimlib |
ArtifactId | ArtifactIdhotfix |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
hotfix-1.1.0.pom | |
hotfix-1.1.0.aar | 62 KB |
hotfix-1.1.0-sources.jar | 48 KB |
hotfix-1.1.0-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netease.nimlib/hotfix/ -->
<dependency>
<groupId>com.netease.nimlib</groupId>
<artifactId>hotfix</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.netease.nimlib/hotfix/
implementation 'com.netease.nimlib:hotfix:1.1.0'
// https://jarcasting.com/artifacts/com.netease.nimlib/hotfix/
implementation ("com.netease.nimlib:hotfix:1.1.0")
'com.netease.nimlib:hotfix:aar:1.1.0'
<dependency org="com.netease.nimlib" name="hotfix" rev="1.1.0">
<artifact name="hotfix" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.netease.nimlib', module='hotfix', version='1.1.0')
)
libraryDependencies += "com.netease.nimlib" % "hotfix" % "1.1.0"
[com.netease.nimlib/hotfix "1.1.0"]