Files download
File Operation
Reachability-0.0.1.pom download
Reachability-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sakebook</groupId>
  <artifactId>Reachability</artifactId>
  <version>0.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.sakebook:Reachability:0.0.1'
Gradle Kotlin
implementation("com.github.sakebook:Reachability:0.0.1")
Scala SBT
libraryDependencies += "com.github.sakebook" % "Reachability" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sakebook', module='Reachability', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.sakebook" name="Reachability" rev="0.0.1" />
Leiningen
[com.github.sakebook/Reachability "0.0.1"]
Apache Buildr
'com.github.sakebook:Reachability:jar:0.0.1'
Dependencies
The project has no third-party dependencies