| Группа | Группаcom.vmlens |
|---|---|
| Идентификатор | Идентификаторtrace-agent |
| Версия | Версия1.1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| trace-agent-1.1.4.pom | |
| trace-agent-1.1.4.jar | 5 KB |
| trace-agent-1.1.4-sources.jar | 4 KB |
| trace-agent-1.1.4-javadoc.jar | 399 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vmlens/trace-agent/ -->
<dependency>
<groupId>com.vmlens</groupId>
<artifactId>trace-agent</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmlens/trace-agent/
implementation 'com.vmlens:trace-agent:1.1.4'
// https://jarcasting.com/artifacts/com.vmlens/trace-agent/
implementation ("com.vmlens:trace-agent:1.1.4")
'com.vmlens:trace-agent:jar:1.1.4'
<dependency org="com.vmlens" name="trace-agent" rev="1.1.4">
<artifact name="trace-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmlens', module='trace-agent', version='1.1.4')
)
libraryDependencies += "com.vmlens" % "trace-agent" % "1.1.4"
[com.vmlens/trace-agent "1.1.4"]