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