MVN

com.appland : appmap-annotation

Maven & Gradle

Aug 22, 2023
71 stars

com.appland:appmap-annotation · Inspect and record the execution of Java for use with App Land

<dependency>
    <groupId>com.appland</groupId>
    <artifactId>appmap-annotation</artifactId>
    <version>1.20.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appland : appmap-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20.1

All Versions

Choose a version of com.appland : appmap-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20.x
appmap-annotation-1.20.1
appmap-annotation-1.20.0
1.19.x
appmap-annotation-1.19.0
1.18.x
appmap-annotation-1.18.1
appmap-annotation-1.18.0
1.17.x
appmap-annotation-1.17.2
appmap-annotation-1.17.1
appmap-annotation-1.17.0
1.16.x
appmap-annotation-1.16.0
1.15.x
appmap-annotation-1.15.7
appmap-annotation-1.15.6
appmap-annotation-1.15.5
appmap-annotation-1.15.4
appmap-annotation-1.15.3
appmap-annotation-1.15.2
appmap-annotation-1.15.1
appmap-annotation-1.15.0
1.14.x
appmap-annotation-1.14.1
appmap-annotation-1.14.0
1.13.x
appmap-annotation-1.13.1
appmap-annotation-1.13.0
1.12.x
appmap-annotation-1.12.3
appmap-annotation-1.12.2
appmap-annotation-1.12.1

How to add a dependency to Maven

Add the following com.appland : appmap-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appland</groupId>
    <artifactId>appmap-annotation</artifactId>
    <version>1.20.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appland : appmap-annotation gradle dependency to your build.gradle file:

implementation 'com.appland:appmap-annotation:1.20.1'

Gradle Kotlin DSL: Add the following com.appland : appmap-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appland:appmap-annotation:1.20.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appland : appmap-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appland" % "appmap-annotation" % "1.20.1"