MVN

com.cedarsoft.annotations : instrumentation

Maven & Gradle

Jul 16, 2019
5 usages

annotations.Instrumentation · Instrumentation support for Annotations

<dependency>
    <groupId>com.cedarsoft.annotations</groupId>
    <artifactId>instrumentation</artifactId>
    <version>8.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.annotations : instrumentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.9.0
  • Latest Alpha: 2.0.0-alpha2

All Versions

Choose a version of com.cedarsoft.annotations : instrumentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.9.x
instrumentation-8.9.0
8.8.x
instrumentation-8.8.1
instrumentation-8.8.0
8.7.x
instrumentation-8.7.0
8.5.x
instrumentation-8.5.1
instrumentation-8.5.0
8.4.x
instrumentation-8.4.0
8.3.x
instrumentation-8.3.1
instrumentation-8.3.0
8.2.x
instrumentation-8.2.1
instrumentation-8.2.0
8.1.x
instrumentation-8.1.1
instrumentation-8.1.0
8.0.x
instrumentation-8.0.1
instrumentation-8.0.0
3.1.x
instrumentation-3.1.1
instrumentation-3.1.0
3.0.x
instrumentation-3.0.1
instrumentation-3.0.0
2.3.x
instrumentation-2.3.2
instrumentation-2.3.1
instrumentation-2.3.0
2.2.x
instrumentation-2.2.1
instrumentation-2.2.0
2.1.x
instrumentation-2.1.0
2.0.x
instrumentation-2.0.1
instrumentation-2.0.0
instrumentation-2.0.0-alpha2
instrumentation-2.0.0-alpha1
1.2.x
instrumentation-1.2.1
1.2
instrumentation-1.2
1.1
instrumentation-1.1

How to add a dependency to Maven

Add the following com.cedarsoft.annotations : instrumentation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft.annotations</groupId>
    <artifactId>instrumentation</artifactId>
    <version>8.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.annotations : instrumentation gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.annotations:instrumentation:8.9.0'

Gradle Kotlin DSL: Add the following com.cedarsoft.annotations : instrumentation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.annotations:instrumentation:8.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.annotations : instrumentation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.annotations" % "instrumentation" % "8.9.0"

Advertisement