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