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