| GroupId | GroupIdcom.github.sakebook |
|---|---|
| ArtifactId | ArtifactIdReachability |
| Version | Version0.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| Reachability-0.1.0.pom | |
| Reachability-0.1.0.aar | 67 KB |
| Reachability-0.1.0-sources.jar | 5 KB |
| Reachability-0.1.0-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sakebook/Reachability/ -->
<dependency>
<groupId>com.github.sakebook</groupId>
<artifactId>Reachability</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sakebook/Reachability/
implementation 'com.github.sakebook:Reachability:0.1.0'
// https://jarcasting.com/artifacts/com.github.sakebook/Reachability/
implementation ("com.github.sakebook:Reachability:0.1.0")
'com.github.sakebook:Reachability:aar:0.1.0'
<dependency org="com.github.sakebook" name="Reachability" rev="0.1.0">
<artifact name="Reachability" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sakebook', module='Reachability', version='0.1.0')
)
libraryDependencies += "com.github.sakebook" % "Reachability" % "0.1.0"
[com.github.sakebook/Reachability "0.1.0"]