C

CodeView

Show code in android with native.
https://github.com/csdn-mobile/CodeView
KuangGang
Files download
File Operation
CodeView-0.2.4.pom download
Apache Maven
<dependency>
  <groupId>io.github.csdn-mobile</groupId>
  <artifactId>CodeView</artifactId>
  <version>0.2.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.csdn-mobile:CodeView:0.2.4'
Gradle Kotlin
implementation("io.github.csdn-mobile:CodeView:0.2.4")
Scala SBT
libraryDependencies += "io.github.csdn-mobile" % "CodeView" % "0.2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.csdn-mobile', module='CodeView', version='0.2.4')
)
Apache Ivy
<dependency org="io.github.csdn-mobile" name="CodeView" rev="0.2.4" />
Leiningen
[io.github.csdn-mobile/CodeView "0.2.4"]
Apache Buildr
'io.github.csdn-mobile:CodeView:jar:0.2.4'