License |
License |
---|---|
GroupId | GroupIdcom.tencent.hippy |
ArtifactId | ArtifactIdhippy-common |
Version | Version2.10.2 |
Type | Typeaar |
Description |
Descriptionhippy-common
Hippy library for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hippy-common-2.10.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.hippy/hippy-common/ -->
<dependency>
<groupId>com.tencent.hippy</groupId>
<artifactId>hippy-common</artifactId>
<version>2.10.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.hippy/hippy-common/
implementation 'com.tencent.hippy:hippy-common:2.10.2'
// https://jarcasting.com/artifacts/com.tencent.hippy/hippy-common/
implementation ("com.tencent.hippy:hippy-common:2.10.2")
'com.tencent.hippy:hippy-common:aar:2.10.2'
<dependency org="com.tencent.hippy" name="hippy-common" rev="2.10.2">
<artifact name="hippy-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.hippy', module='hippy-common', version='2.10.2')
)
libraryDependencies += "com.tencent.hippy" % "hippy-common" % "2.10.2"
[com.tencent.hippy/hippy-common "2.10.2"]