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