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