### Add RxFlux Dependency to Gradle Source: https://github.com/marcelpinto/rxflux/blob/master/README.md This snippet demonstrates how to include the RxFlux library as a compile-time dependency in a Gradle build file, typically `build.gradle`. Users should ensure they are using the correct version string. ```Gradle dependencies { compile 'com.hardsoftstudio:rxflux:0.4.1' } ``` -------------------------------- ### RxFlux Apache 2.0 License Source: https://github.com/marcelpinto/rxflux/blob/master/README.md This block contains the full text of the Apache License, Version 2.0, under which the RxFlux framework is distributed. It specifies the terms and conditions for using, reproducing, and distributing the software. ```TEXT Copyright 2015 Marcel Pintó Biescas Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.