Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivesensors-rx2 |
Version | Version0.3.3 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivesensors-rx2/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivesensors-rx2</artifactId>
<version>0.3.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivesensors-rx2/
implementation 'com.github.pwittchen:reactivesensors-rx2:0.3.3'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivesensors-rx2/
implementation ("com.github.pwittchen:reactivesensors-rx2:0.3.3")
'com.github.pwittchen:reactivesensors-rx2:aar:0.3.3'
<dependency org="com.github.pwittchen" name="reactivesensors-rx2" rev="0.3.3">
<artifact name="reactivesensors-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivesensors-rx2', version='0.3.3')
)
libraryDependencies += "com.github.pwittchen" % "reactivesensors-rx2" % "0.3.3"
[com.github.pwittchen/reactivesensors-rx2 "0.3.3"]