GroupId | GroupIdcom.github.chen0040 |
---|---|
ArtifactId | ArtifactIdandroid-code-view |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
android-code-view-1.0.2.pom | |
android-code-view-1.0.2.aar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chen0040/android-code-view/ -->
<dependency>
<groupId>com.github.chen0040</groupId>
<artifactId>android-code-view</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chen0040/android-code-view/
implementation 'com.github.chen0040:android-code-view:1.0.2'
// https://jarcasting.com/artifacts/com.github.chen0040/android-code-view/
implementation ("com.github.chen0040:android-code-view:1.0.2")
'com.github.chen0040:android-code-view:aar:1.0.2'
<dependency org="com.github.chen0040" name="android-code-view" rev="1.0.2">
<artifact name="android-code-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chen0040', module='android-code-view', version='1.0.2')
)
libraryDependencies += "com.github.chen0040" % "android-code-view" % "1.0.2"
[com.github.chen0040/android-code-view "1.0.2"]