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