| GroupId | GroupIdcom.vmlens |
|---|---|
| ArtifactId | ArtifactIdtrace-agent |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| trace-agent-1.1.0.pom | |
| trace-agent-1.1.0.jar | 5 KB |
| trace-agent-1.1.0-sources.jar | 4 KB |
| trace-agent-1.1.0-javadoc.jar | 399 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vmlens/trace-agent/ -->
<dependency>
<groupId>com.vmlens</groupId>
<artifactId>trace-agent</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmlens/trace-agent/
implementation 'com.vmlens:trace-agent:1.1.0'
// https://jarcasting.com/artifacts/com.vmlens/trace-agent/
implementation ("com.vmlens:trace-agent:1.1.0")
'com.vmlens:trace-agent:jar:1.1.0'
<dependency org="com.vmlens" name="trace-agent" rev="1.1.0">
<artifact name="trace-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmlens', module='trace-agent', version='1.1.0')
)
libraryDependencies += "com.vmlens" % "trace-agent" % "1.1.0"
[com.vmlens/trace-agent "1.1.0"]