h

hyperion-core

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-core-0.9.8.pom download
hyperion-core-0.9.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.willowtreeapps.hyperion</groupId>
  <artifactId>hyperion-core</artifactId>
  <version>0.9.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.8'
Gradle Kotlin
implementation("com.willowtreeapps.hyperion:hyperion-core:0.9.8")
Scala SBT
libraryDependencies += "com.willowtreeapps.hyperion" % "hyperion-core" % "0.9.8"
Groovy Grape
@Grapes(
  @Grab(group='com.willowtreeapps.hyperion', module='hyperion-core', version='0.9.8')
)
Apache Ivy
<dependency org="com.willowtreeapps.hyperion" name="hyperion-core" rev="0.9.8" />
Leiningen
[com.willowtreeapps.hyperion/hyperion-core "0.9.8"]
Apache Buildr
'com.willowtreeapps.hyperion:hyperion-core:jar:0.9.8'