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