GroupId | GroupIdcom.appland |
---|---|
ArtifactId | ArtifactIdappmap-agent |
Version | Version0.5.1 |
Type | Typepom |
Filename | Size |
---|---|
appmap-agent-0.5.1.pom | |
appmap-agent-0.5.1-sources.jar | 74 KB |
appmap-agent-0.5.1-javadoc.jar | 261 bytes |
appmap-agent-0.5.1-java8.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.appland/appmap-agent/ -->
<dependency>
<groupId>com.appland</groupId>
<artifactId>appmap-agent</artifactId>
<version>0.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.appland/appmap-agent/
implementation 'com.appland:appmap-agent:0.5.1'
// https://jarcasting.com/artifacts/com.appland/appmap-agent/
implementation ("com.appland:appmap-agent:0.5.1")
'com.appland:appmap-agent:pom:0.5.1'
<dependency org="com.appland" name="appmap-agent" rev="0.5.1">
<artifact name="appmap-agent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.appland', module='appmap-agent', version='0.5.1')
)
libraryDependencies += "com.appland" % "appmap-agent" % "0.5.1"
[com.appland/appmap-agent "0.5.1"]