GroupId | GroupIdcom.tencent.hippy |
---|---|
ArtifactId | ArtifactIdhippy-common |
Version | Version2.10.0 |
Type | Typeaar |
Filename | Size |
---|---|
hippy-common-2.10.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.hippy/hippy-common/ -->
<dependency>
<groupId>com.tencent.hippy</groupId>
<artifactId>hippy-common</artifactId>
<version>2.10.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.hippy/hippy-common/
implementation 'com.tencent.hippy:hippy-common:2.10.0'
// https://jarcasting.com/artifacts/com.tencent.hippy/hippy-common/
implementation ("com.tencent.hippy:hippy-common:2.10.0")
'com.tencent.hippy:hippy-common:aar:2.10.0'
<dependency org="com.tencent.hippy" name="hippy-common" rev="2.10.0">
<artifact name="hippy-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.hippy', module='hippy-common', version='2.10.0')
)
libraryDependencies += "com.tencent.hippy" % "hippy-common" % "2.10.0"
[com.tencent.hippy/hippy-common "2.10.0"]