MVN

org.coodex.concrete : concrete-apm-plugin-mysql

Maven & Gradle

Jul 09, 2022
18 stars
<dependency>
    <groupId>org.coodex.concrete</groupId>
    <artifactId>concrete-apm-plugin-mysql</artifactId>
    <version>0.5.1-RC4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.coodex.concrete : concrete-apm-plugin-mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1-RC4
  • Latest Release Candidate: 0.5.1-RC4

All Versions

Choose a version of org.coodex.concrete : concrete-apm-plugin-mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
concrete-apm-plugin-mysql-0.5.1-RC4
concrete-apm-plugin-mysql-0.5.1-RC3
concrete-apm-plugin-mysql-0.5.1-RC2
concrete-apm-plugin-mysql-0.5.1-RC1
concrete-apm-plugin-mysql-0.5.0-RC3
concrete-apm-plugin-mysql-0.5.0-RC1

How to add a dependency to Maven

Add the following org.coodex.concrete : concrete-apm-plugin-mysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.coodex.concrete</groupId>
    <artifactId>concrete-apm-plugin-mysql</artifactId>
    <version>0.5.1-RC4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.coodex.concrete : concrete-apm-plugin-mysql gradle dependency to your build.gradle file:

implementation 'org.coodex.concrete:concrete-apm-plugin-mysql:0.5.1-RC4'

Gradle Kotlin DSL: Add the following org.coodex.concrete : concrete-apm-plugin-mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.coodex.concrete:concrete-apm-plugin-mysql:0.5.1-RC4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.coodex.concrete : concrete-apm-plugin-mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.coodex.concrete" % "concrete-apm-plugin-mysql" % "0.5.1-RC4"

Advertisement