MVN

com.cognifide.apm : apm-startup

Maven & Gradle

Jun 28, 2022
52 stars

APM - startup · APM Startup

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

Latest Version

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

  • Latest Stable: 5.6.15

All Versions

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

Version Vulnerabilities Updated
5.6.x
apm-startup-5.6.15
apm-startup-5.6.13
apm-startup-5.6.12
apm-startup-5.6.11
apm-startup-5.6.10
apm-startup-5.6.9
apm-startup-5.6.8
apm-startup-5.6.7
apm-startup-5.6.6
apm-startup-5.6.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cognifide.apm</groupId>
    <artifactId>apm-startup</artifactId>
    <version>5.6.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.cognifide.apm:apm-startup:5.6.15'

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

implementation("com.cognifide.apm:apm-startup:5.6.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.cognifide.apm" % "apm-startup" % "5.6.15"

Advertisement