Files download
File Operation
source-core-0.0.2.pom download
source-core-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fhbianling</groupId>
  <artifactId>source-core</artifactId>
  <version>0.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.fhbianling:source-core:0.0.2'
Gradle Kotlin
implementation("com.github.fhbianling:source-core:0.0.2")
Scala SBT
libraryDependencies += "com.github.fhbianling" % "source-core" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fhbianling', module='source-core', version='0.0.2')
)
Apache Ivy
<dependency org="com.github.fhbianling" name="source-core" rev="0.0.2" />
Leiningen
[com.github.fhbianling/source-core "0.0.2"]
Apache Buildr
'com.github.fhbianling:source-core:jar:0.0.2'