MVN

ir.metrix.notification : metrix-unity

Maven & Gradle

Aug 09, 2023
2 stars

Metrix · Metrix Notification Android library

<dependency>
    <groupId>ir.metrix.notification</groupId>
    <artifactId>metrix-unity</artifactId>
    <version>2.0.0.beta60</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ir.metrix.notification : metrix-unity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.beta60
  • Latest Beta: 2.0.0.beta60
  • Latest Alpha: 1.6.2.alpha

All Versions

Choose a version of ir.metrix.notification : metrix-unity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
metrix-unity-2.0.0.beta60
metrix-unity-2.0.0.beta9
metrix-unity-2.0.0.beta8
metrix-unity-2.0.0.beta7
metrix-unity-2.0.0.beta5
metrix-unity-2.0.0.beta
1.6.x
metrix-unity-1.6.2.alpha
metrix-unity-1.6.1.alpha

How to add a dependency to Maven

Add the following ir.metrix.notification : metrix-unity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ir.metrix.notification</groupId>
    <artifactId>metrix-unity</artifactId>
    <version>2.0.0.beta60</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ir.metrix.notification : metrix-unity gradle dependency to your build.gradle file:

implementation 'ir.metrix.notification:metrix-unity:2.0.0.beta60'

Gradle Kotlin DSL: Add the following ir.metrix.notification : metrix-unity gradle kotlin dependency to your build.gradle.kts file:

implementation("ir.metrix.notification:metrix-unity:2.0.0.beta60")

How to add a dependency to SBT Scala

SBT Scala: Add the following ir.metrix.notification : metrix-unity sbt scala dependency to your build.sbt file:

libraryDependencies += "ir.metrix.notification" % "metrix-unity" % "2.0.0.beta60"

Advertisement