| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.github.pwittchen |
| ArtifactId | ArtifactIdnetworkevents |
| Version | Version2.1.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| networkevents-2.1.4.pom | |
| networkevents-2.1.4.aar | 15 KB |
| networkevents-2.1.4-sources.jar | 17 KB |
| networkevents-2.1.4-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/networkevents/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>networkevents</artifactId>
<version>2.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/networkevents/
implementation 'com.github.pwittchen:networkevents:2.1.4'
// https://jarcasting.com/artifacts/com.github.pwittchen/networkevents/
implementation ("com.github.pwittchen:networkevents:2.1.4")
'com.github.pwittchen:networkevents:aar:2.1.4'
<dependency org="com.github.pwittchen" name="networkevents" rev="2.1.4">
<artifact name="networkevents" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='networkevents', version='2.1.4')
)
libraryDependencies += "com.github.pwittchen" % "networkevents" % "2.1.4"
[com.github.pwittchen/networkevents "2.1.4"]