g

grox-commands-rx

Maintains the state of Android/Java apps.
https://github.com/groupon/grox
Apache V2
Stephane Nicolas
Files download
File Operation
grox-commands-rx-1.1.2.jar download
grox-commands-rx-1.1.2.pom download
grox-commands-rx-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.groupon.grox</groupId>
  <artifactId>grox-commands-rx</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.groupon.grox:grox-commands-rx:1.1.2'
Gradle Kotlin
implementation("com.groupon.grox:grox-commands-rx:1.1.2")
Scala SBT
libraryDependencies += "com.groupon.grox" % "grox-commands-rx" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.groupon.grox', module='grox-commands-rx', version='1.1.2')
)
Apache Ivy
<dependency org="com.groupon.grox" name="grox-commands-rx" rev="1.1.2" />
Leiningen
[com.groupon.grox/grox-commands-rx "1.1.2"]
Apache Buildr
'com.groupon.grox:grox-commands-rx:jar:1.1.2'