MVN

io.github.mrsweeter : hypco-hyperion

Maven & Gradle

Oct 20, 2022
0 stars

hypco-hyperion · HypCo is an Android app logger (similar to chuck)

<dependency>
    <groupId>io.github.mrsweeter</groupId>
    <artifactId>hypco-hyperion</artifactId>
    <version>1.0.0-charlie01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mrsweeter : hypco-hyperion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-charlie01
  • Latest Beta: 1.0.0-beta10

All Versions

Choose a version of io.github.mrsweeter : hypco-hyperion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hypco-hyperion-1.0.0-charlie01
hypco-hyperion-1.0.0-beta10
hypco-hyperion-1.0.0-beta07
hypco-hyperion-1.0.0-beta06
hypco-hyperion-1.0.0-beta05
hypco-hyperion-1.0.0-beta04

How to add a dependency to Maven

Add the following io.github.mrsweeter : hypco-hyperion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mrsweeter</groupId>
    <artifactId>hypco-hyperion</artifactId>
    <version>1.0.0-charlie01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mrsweeter : hypco-hyperion gradle dependency to your build.gradle file:

implementation 'io.github.mrsweeter:hypco-hyperion:1.0.0-charlie01'

Gradle Kotlin DSL: Add the following io.github.mrsweeter : hypco-hyperion gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mrsweeter:hypco-hyperion:1.0.0-charlie01")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mrsweeter : hypco-hyperion sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mrsweeter" % "hypco-hyperion" % "1.0.0-charlie01"