MVN

com.tencent.hippy : hippy-common

Maven & Gradle

Aug 07, 2023
7.8k stars

hippy-common · Hippy Cross Platform Framework

<dependency>
    <groupId>com.tencent.hippy</groupId>
    <artifactId>hippy-common</artifactId>
    <version>2.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.hippy : hippy-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.17.0

All Versions

Choose a version of com.tencent.hippy : hippy-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
hippy-common-3.0.0
2.17.x
hippy-common-2.17.0
2.16.x
hippy-common-2.16.4
hippy-common-2.16.3
hippy-common-2.16.2
hippy-common-2.16.1
hippy-common-2.16.0
2.15.x
hippy-common-2.15.7
hippy-common-2.15.6
hippy-common-2.15.5
hippy-common-2.15.4
hippy-common-2.15.3
hippy-common-2.15.2
hippy-common-2.15.1
hippy-common-2.15.0
2.14.x
hippy-common-2.14.10
hippy-common-2.14.9
hippy-common-2.14.8
hippy-common-2.14.7
hippy-common-2.14.5
hippy-common-2.14.4
hippy-common-2.14.2
hippy-common-2.14.1
hippy-common-2.14.0
2.13.x
hippy-common-2.13.13
hippy-common-2.13.11
hippy-common-2.13.10
hippy-common-2.13.9
hippy-common-2.13.8
hippy-common-2.13.7
hippy-common-2.13.5
hippy-common-2.13.4
hippy-common-2.13.3
hippy-common-2.13.2
hippy-common-2.13.1
hippy-common-2.13.0
2.12.x
hippy-common-2.12.7
hippy-common-2.12.6
hippy-common-2.12.5
hippy-common-2.12.4
hippy-common-2.12.3
hippy-common-2.12.1
hippy-common-2.12.0
2.11.x
hippy-common-2.11.5
hippy-common-2.11.2
hippy-common-2.11.1
hippy-common-2.11.0
2.10.x
hippy-common-2.10.3
hippy-common-2.10.2
hippy-common-2.10.1
hippy-common-2.10.0
2.9.x
hippy-common-2.9.2
hippy-common-2.9.1
hippy-common-2.9.0
2.8.x
hippy-common-2.8.4
hippy-common-2.8.3
hippy-common-2.8.2
hippy-common-2.8.0
2.6.x
hippy-common-2.6.2
hippy-common-2.6.1
1.0.x
hippy-common-1.0.0

How to add a dependency to Maven

Add the following com.tencent.hippy : hippy-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.hippy</groupId>
    <artifactId>hippy-common</artifactId>
    <version>2.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.hippy : hippy-common gradle dependency to your build.gradle file:

implementation 'com.tencent.hippy:hippy-common:2.17.0'

Gradle Kotlin DSL: Add the following com.tencent.hippy : hippy-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.hippy:hippy-common:2.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.hippy : hippy-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.hippy" % "hippy-common" % "2.17.0"

Advertisement