a

appmap-maven-plugin

Maven plugin to record AppMaps with the appmap.jar agent
https://appland.com
MIT
Kevin Gilpin
Files download
File Operation
appmap-maven-plugin-0.5.1.jar download
appmap-maven-plugin-0.5.1.pom download
appmap-maven-plugin-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rubanau</groupId>
  <artifactId>appmap-maven-plugin</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.rubanau:appmap-maven-plugin:0.5.1'
Gradle Kotlin
implementation("com.rubanau:appmap-maven-plugin:0.5.1")
Scala SBT
libraryDependencies += "com.rubanau" % "appmap-maven-plugin" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.rubanau', module='appmap-maven-plugin', version='0.5.1')
)
Apache Ivy
<dependency org="com.rubanau" name="appmap-maven-plugin" rev="0.5.1" />
Leiningen
[com.rubanau/appmap-maven-plugin "0.5.1"]
Apache Buildr
'com.rubanau:appmap-maven-plugin:jar:0.5.1'