Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivewifi |
Version | Version0.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
reactivewifi-0.2.0.pom | |
reactivewifi-0.2.0.aar | 21 KB |
reactivewifi-0.2.0-sources.jar | 6 KB |
reactivewifi-0.2.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivewifi</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi/
implementation 'com.github.pwittchen:reactivewifi:0.2.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi/
implementation ("com.github.pwittchen:reactivewifi:0.2.0")
'com.github.pwittchen:reactivewifi:aar:0.2.0'
<dependency org="com.github.pwittchen" name="reactivewifi" rev="0.2.0">
<artifact name="reactivewifi" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivewifi', version='0.2.0')
)
libraryDependencies += "com.github.pwittchen" % "reactivewifi" % "0.2.0"
[com.github.pwittchen/reactivewifi "0.2.0"]