l

library

Observes network connection status & gives callbacks
https://github.com/novoda/merlin
The Apache Software License, Version 2.0
novoda
Files download
File Operation
library-0.5.pom download
library-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.semoncat.merlin</groupId>
  <artifactId>library</artifactId>
  <version>0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.semoncat.merlin:library:0.5'
Gradle Kotlin
implementation("com.github.semoncat.merlin:library:0.5")
Scala SBT
libraryDependencies += "com.github.semoncat.merlin" % "library" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.semoncat.merlin', module='library', version='0.5')
)
Apache Ivy
<dependency org="com.github.semoncat.merlin" name="library" rev="0.5" />
Leiningen
[com.github.semoncat.merlin/library "0.5"]
Apache Buildr
'com.github.semoncat.merlin:library:jar:0.5'