MVN

com.immomo.cosmos.mediax : beauty

Maven & Gradle

Apr 01, 2021
0 stars

cosmos · project description

<dependency>
    <groupId>com.immomo.cosmos.mediax</groupId>
    <artifactId>beauty</artifactId>
    <version>1.4.0_04011731</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.immomo.cosmos.mediax : beauty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0_04011731

All Versions

Choose a version of com.immomo.cosmos.mediax : beauty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
beauty-1.4.0_04011731

How to add a dependency to Maven

Add the following com.immomo.cosmos.mediax : beauty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.immomo.cosmos.mediax</groupId>
    <artifactId>beauty</artifactId>
    <version>1.4.0_04011731</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.immomo.cosmos.mediax : beauty gradle dependency to your build.gradle file:

implementation 'com.immomo.cosmos.mediax:beauty:1.4.0_04011731'

Gradle Kotlin DSL: Add the following com.immomo.cosmos.mediax : beauty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.immomo.cosmos.mediax:beauty:1.4.0_04011731")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.immomo.cosmos.mediax : beauty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.immomo.cosmos.mediax" % "beauty" % "1.4.0_04011731"

Advertisement