MVN

com.hinadt.hicloud.android : hina-agp-legacy

Maven & Gradle

Nov 28, 2023
0 stars

The official Android SDK Plugin for Hina Data Track. · The official Android SDK Plugin for Hina Data Track.

<dependency>
    <groupId>com.hinadt.hicloud.android</groupId>
    <artifactId>hina-agp-legacy</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hinadt.hicloud.android : hina-agp-legacy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of com.hinadt.hicloud.android : hina-agp-legacy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
hina-agp-legacy-4.0.1

How to add a dependency to Maven

Add the following com.hinadt.hicloud.android : hina-agp-legacy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hinadt.hicloud.android</groupId>
    <artifactId>hina-agp-legacy</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hinadt.hicloud.android : hina-agp-legacy gradle dependency to your build.gradle file:

implementation 'com.hinadt.hicloud.android:hina-agp-legacy:4.0.1'

Gradle Kotlin DSL: Add the following com.hinadt.hicloud.android : hina-agp-legacy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hinadt.hicloud.android:hina-agp-legacy:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hinadt.hicloud.android : hina-agp-legacy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hinadt.hicloud.android" % "hina-agp-legacy" % "4.0.1"

Advertisement