MVN

io.appmetrica.gradle : common

Maven & Gradle

Aug 18, 2023
52 stars

io.appmetrica.gradle:common · Provides common plugins

<dependency>
    <groupId>io.appmetrica.gradle</groupId>
    <artifactId>common</artifactId>
    <version>2.0.0-beta+47</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.appmetrica.gradle : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-beta+47
  • Latest Beta: 2.0.0-beta+47

All Versions

Choose a version of io.appmetrica.gradle : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
common-2.0.0-beta+47
common-2.0.0-beta+46

How to add a dependency to Maven

Add the following io.appmetrica.gradle : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.appmetrica.gradle</groupId>
    <artifactId>common</artifactId>
    <version>2.0.0-beta+47</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.appmetrica.gradle : common gradle dependency to your build.gradle file:

implementation 'io.appmetrica.gradle:common:2.0.0-beta+47'

Gradle Kotlin DSL: Add the following io.appmetrica.gradle : common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.appmetrica.gradle:common:2.0.0-beta+47")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.appmetrica.gradle : common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.appmetrica.gradle" % "common" % "2.0.0-beta+47"