MVN

io.github.huhuang03 : thyi.android

Maven & Gradle

Mar 21, 2022
0 stars

thyi.android · It's a android net util

<dependency>
    <groupId>io.github.huhuang03</groupId>
    <artifactId>thyi.android</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.huhuang03 : thyi.android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3
  • Latest Release Candidate: 0.0.4-rc.1

All Versions

Choose a version of io.github.huhuang03 : thyi.android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
thyi.android-0.0.4-rc.1
thyi.android-0.0.3
thyi.android-0.0.2-rc.1
thyi.android-0.0.1

How to add a dependency to Maven

Add the following io.github.huhuang03 : thyi.android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.huhuang03</groupId>
    <artifactId>thyi.android</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.huhuang03 : thyi.android gradle dependency to your build.gradle file:

implementation 'io.github.huhuang03:thyi.android:0.0.3'

Gradle Kotlin DSL: Add the following io.github.huhuang03 : thyi.android gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.huhuang03:thyi.android:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.huhuang03 : thyi.android sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.huhuang03" % "thyi.android" % "0.0.3"

Advertisement