A params libary that is based on OtherMap and that aims to be a redundant
OtherParams is available at JitPack's Maven repo.
If you're using Gradle, you could add OtherParams as a dependency with the following steps:
- Add
maven { url 'https://jitpack.io' }to therepositoriesin yourbuild.gradle. - Add
compile 'com.github.FlorianSteenbuck:OtherParams:master-SNAPSHOT'thedependenciesin yourbuild.gradle. Replacemaster-SNAPSHOTwith the latest release.