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