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