MVN

com.immomo.cosmos.mediax : mestatistics

Maven & Gradle

Dec 26, 2023
5 stars

cosmos · project description

<dependency>
    <groupId>com.immomo.cosmos.mediax</groupId>
    <artifactId>mestatistics</artifactId>
    <version>1.0.0-20231226180200</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-20231226180200

All Versions

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

Version Vulnerabilities Updated
1.0.x
mestatistics-1.0.0-20231226180200
mestatistics-1.0.0-20231221143900
mestatistics-1.0.0-20231221102900
mestatistics-1.0.0-20231213104100
mestatistics-1.0.0-20231213102500

How to add a dependency to Maven

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

<dependency>
    <groupId>com.immomo.cosmos.mediax</groupId>
    <artifactId>mestatistics</artifactId>
    <version>1.0.0-20231226180200</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.immomo.cosmos.mediax:mestatistics:1.0.0-20231226180200'

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

implementation("com.immomo.cosmos.mediax:mestatistics:1.0.0-20231226180200")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.immomo.cosmos.mediax" % "mestatistics" % "1.0.0-20231226180200"