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