h

hyperion-phoenix

App Debugging & Inspection Tool for Android Edit
https://github.com/willowtreeapps/Hyperion-Android
The Apache Software License, Version 2.0
Sean Amos
Files download
File Operation
hyperion-phoenix-0.9.10.pom download
hyperion-phoenix-0.9.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.willowtreeapps.hyperion</groupId>
  <artifactId>hyperion-phoenix</artifactId>
  <version>0.9.10</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.willowtreeapps.hyperion:hyperion-phoenix:0.9.10'
Gradle Kotlin
implementation("com.willowtreeapps.hyperion:hyperion-phoenix:0.9.10")
Scala SBT
libraryDependencies += "com.willowtreeapps.hyperion" % "hyperion-phoenix" % "0.9.10"
Groovy Grape
@Grapes(
  @Grab(group='com.willowtreeapps.hyperion', module='hyperion-phoenix', version='0.9.10')
)
Apache Ivy
<dependency org="com.willowtreeapps.hyperion" name="hyperion-phoenix" rev="0.9.10" />
Leiningen
[com.willowtreeapps.hyperion/hyperion-phoenix "0.9.10"]
Apache Buildr
'com.willowtreeapps.hyperion:hyperion-phoenix:jar:0.9.10'