MVN

org.jitsi : jicoco-metrics

Maven & Gradle

Apr 19, 2023
17 stars

jicoco-metrics · Jitsi Common Components (Metrics)

<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>jicoco-metrics</artifactId>
    <version>1.1-125-g805c0d8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jitsi : jicoco-metrics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1-125-g805c0d8

All Versions

Choose a version of org.jitsi : jicoco-metrics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jicoco-metrics-1.1-125-g805c0d8
jicoco-metrics-1.1-124-g0fba0a5
jicoco-metrics-1.1-123-g68019c1
jicoco-metrics-1.1-122-g7bba0d6
jicoco-metrics-1.1-121-gbaa7d30
jicoco-metrics-1.1-120-g8619063
jicoco-metrics-1.1-119-gc527d61
jicoco-metrics-1.1-118-ge02029b
jicoco-metrics-1.1-117-g88f44ec
jicoco-metrics-1.1-116-g1e384d9
jicoco-metrics-1.1-115-g332f4e7
jicoco-metrics-1.1-114-g4ddaa6f

How to add a dependency to Maven

Add the following org.jitsi : jicoco-metrics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>jicoco-metrics</artifactId>
    <version>1.1-125-g805c0d8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jitsi : jicoco-metrics gradle dependency to your build.gradle file:

implementation 'org.jitsi:jicoco-metrics:1.1-125-g805c0d8'

Gradle Kotlin DSL: Add the following org.jitsi : jicoco-metrics gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jitsi:jicoco-metrics:1.1-125-g805c0d8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jitsi : jicoco-metrics sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jitsi" % "jicoco-metrics" % "1.1-125-g805c0d8"

Advertisement