| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdk.tildeslash.xray |
| Идентификатор | Идентификаторclass-instrumentor |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
ОписаниеAspejctJ compile time weaver for adding AWS X-Ray subsegments to methods.
|
| Имя Файла | Размер |
|---|---|
| class-instrumentor-1.0.pom | |
| class-instrumentor-1.0.jar | 5 KB |
| class-instrumentor-1.0-sources.jar | 3 KB |
| class-instrumentor-1.0-javadoc.jar | 401 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dk.tildeslash.xray/class-instrumentor/ -->
<dependency>
<groupId>dk.tildeslash.xray</groupId>
<artifactId>class-instrumentor</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dk.tildeslash.xray/class-instrumentor/
implementation 'dk.tildeslash.xray:class-instrumentor:1.0'
// https://jarcasting.com/artifacts/dk.tildeslash.xray/class-instrumentor/
implementation ("dk.tildeslash.xray:class-instrumentor:1.0")
'dk.tildeslash.xray:class-instrumentor:jar:1.0'
<dependency org="dk.tildeslash.xray" name="class-instrumentor" rev="1.0">
<artifact name="class-instrumentor" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.tildeslash.xray', module='class-instrumentor', version='1.0')
)
libraryDependencies += "dk.tildeslash.xray" % "class-instrumentor" % "1.0"
[dk.tildeslash.xray/class-instrumentor "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.aspectj : aspectjrt | jar | 1.9.1 |
| com.amazonaws : aws-xray-recorder-sdk-core | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 2.24.5 |
| junit : junit | jar | 4.11 |