MVN

cn.entertech.android : affectivecloud

Maven & Gradle

Aug 15, 2023
<dependency>
    <groupId>cn.entertech.android</groupId>
    <artifactId>affectivecloud</artifactId>
    <version>3.3.5-LOCAL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.entertech.android : affectivecloud to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.5-LOCAL
  • Latest Beta: 2.3.0-beta01
  • Latest Alpha: 2.6.5-alpha01

All Versions

Choose a version of cn.entertech.android : affectivecloud to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
affectivecloud-3.3.5-LOCAL
2.6.x
affectivecloud-2.6.6
affectivecloud-2.6.5-alpha01
affectivecloud-2.6.4-alpha04
affectivecloud-2.6.4-alpha03
affectivecloud-2.6.4-alpha02
affectivecloud-2.6.4-alpha01
affectivecloud-2.6.3
affectivecloud-2.6.2
affectivecloud-2.6.1
affectivecloud-2.6.0-alpha01
2.5.x
affectivecloud-2.5.0-alpha01
2.4.x
affectivecloud-2.4.0-alpha02
affectivecloud-2.4.0-alpha01
2.3.x
affectivecloud-2.3.0-beta01
2.2.x
affectivecloud-2.2.0
2.1.x
affectivecloud-2.1.0
2.0.x
affectivecloud-2.0.0

How to add a dependency to Maven

Add the following cn.entertech.android : affectivecloud maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.entertech.android</groupId>
    <artifactId>affectivecloud</artifactId>
    <version>3.3.5-LOCAL</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.entertech.android : affectivecloud gradle dependency to your build.gradle file:

implementation 'cn.entertech.android:affectivecloud:3.3.5-LOCAL'

Gradle Kotlin DSL: Add the following cn.entertech.android : affectivecloud gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.entertech.android:affectivecloud:3.3.5-LOCAL")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.entertech.android : affectivecloud sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.entertech.android" % "affectivecloud" % "3.3.5-LOCAL"

Advertisement