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