MVN

com.cognifide.apm : apm-api

Maven & Gradle

Feb 26, 2023
3 usages
48 stars

APM - api · APM API

<dependency>
    <groupId>com.cognifide.apm</groupId>
    <artifactId>apm-api</artifactId>
    <version>5.6.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cognifide.apm : apm-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.21
  • Latest Release Candidate: 5.6.0-RC3

All Versions

Choose a version of com.cognifide.apm : apm-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • apm-api-5.6.21

    Feb 26, 2023
  • apm-api-5.6.20

    Jan 03, 2023
  • apm-api-5.6.19

    Dec 12, 2022
  • apm-api-5.6.18

    Nov 18, 2022
  • apm-api-5.6.17

    Nov 14, 2022
  • apm-api-5.6.16

    Nov 13, 2022
  • apm-api-5.6.15

    Jun 28, 2022
  • apm-api-5.6.13

    Jun 07, 2022
  • apm-api-5.6.12

    Jun 03, 2022
  • apm-api-5.6.11

    Jun 02, 2022
  • apm-api-5.6.10

    Jun 02, 2022
  • apm-api-5.6.9

    Jun 01, 2022
  • apm-api-5.6.8

    May 30, 2022
  • apm-api-5.6.7

    May 24, 2022
  • apm-api-5.6.6

    May 23, 2022
  • apm-api-5.6.5

    May 22, 2022
  • apm-api-5.6.4

    May 19, 2022
  • apm-api-5.6.3

    May 18, 2022
  • apm-api-5.6.2

    May 18, 2022
  • apm-api-5.6.1

    May 17, 2022
  • apm-api-5.6.0

    May 17, 2022
  • apm-api-5.6.0-RC3

    May 13, 2022
  • apm-api-5.6.0-RC2

    May 11, 2022
  • apm-api-5.6.0-RC1

    May 04, 2022
  • apm-api-5.5.5

    Apr 28, 2022
  • apm-api-5.5.4

    Apr 27, 2022
  • apm-api-5.5.3

    Apr 07, 2022
  • apm-api-5.1.0

    Jan 26, 2021
  • apm-api-5.0.0

    Nov 02, 2020
  • apm-api-5.0.0-RC5

    Sep 21, 2020
  • apm-api-5.0.0-RC4

    Sep 16, 2020
  • apm-api-5.0.0-RC3

    Sep 15, 2020
  • apm-api-5.0.1

    Sep 11, 2020
  • apm-api-5.0.0-RC2

    Sep 11, 2020
  • apm-api-5.0.0-RC1

    Aug 31, 2020

How to add a dependency to Maven

Add the following com.cognifide.apm : apm-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cognifide.apm</groupId>
    <artifactId>apm-api</artifactId>
    <version>5.6.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cognifide.apm : apm-api gradle dependency to your build.gradle file:

implementation 'com.cognifide.apm:apm-api:5.6.21'

Gradle Kotlin DSL: Add the following com.cognifide.apm : apm-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cognifide.apm:apm-api:5.6.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cognifide.apm : apm-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cognifide.apm" % "apm-api" % "5.6.21"