MVN

cn.entertech.android : cushionble

Maven & Gradle

Oct 11, 2022
<dependency>
    <groupId>cn.entertech.android</groupId>
    <artifactId>cushionble</artifactId>
    <version>1.0.0-alpha13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-alpha13
  • Latest Alpha: 1.0.0-alpha13

All Versions

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

Version Vulnerabilities Updated
1.0.x
cushionble-1.0.0-alpha13
cushionble-1.0.0-alpha12
cushionble-1.0.0-alpha11
cushionble-1.0.0-alpha10
cushionble-1.0.0-alpha09
cushionble-1.0.0-alpha08
cushionble-1.0.0-alpha07
cushionble-1.0.0-alpha06
cushionble-1.0.0-alpha05
cushionble-1.0.0-alpha04
cushionble-1.0.0-alpha03
cushionble-1.0.0-alpha02
cushionble-1.0.0-alpha01

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.entertech.android</groupId>
    <artifactId>cushionble</artifactId>
    <version>1.0.0-alpha13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.entertech.android:cushionble:1.0.0-alpha13'

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

implementation("cn.entertech.android:cushionble:1.0.0-alpha13")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.entertech.android" % "cushionble" % "1.0.0-alpha13"

Advertisement