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