GroupId | GroupIdcom.github.charleslzq |
---|---|
ArtifactId | ArtifactIdhw-view |
Version | Version1.0.0-RC3 |
Type | Typeaar |
Filename | Size |
---|---|
hw-view-1.0.0-RC3.pom | |
hw-view-1.0.0-RC3.aar | 46 KB |
hw-view-1.0.0-RC3-sources.jar | 995 bytes |
hw-view-1.0.0-RC3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.charleslzq/hw-view/ -->
<dependency>
<groupId>com.github.charleslzq</groupId>
<artifactId>hw-view</artifactId>
<version>1.0.0-RC3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.charleslzq/hw-view/
implementation 'com.github.charleslzq:hw-view:1.0.0-RC3'
// https://jarcasting.com/artifacts/com.github.charleslzq/hw-view/
implementation ("com.github.charleslzq:hw-view:1.0.0-RC3")
'com.github.charleslzq:hw-view:aar:1.0.0-RC3'
<dependency org="com.github.charleslzq" name="hw-view" rev="1.0.0-RC3">
<artifact name="hw-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.charleslzq', module='hw-view', version='1.0.0-RC3')
)
libraryDependencies += "com.github.charleslzq" % "hw-view" % "1.0.0-RC3"
[com.github.charleslzq/hw-view "1.0.0-RC3"]