| License |
License |
|---|---|
| GroupId | GroupIddk.tildeslash.xray |
| ArtifactId | ArtifactIdinstrumentor |
| Version | Version1.1.0 |
| Type | Typepom |
| Description |
Descriptionxray-instrumentor
AspejctJ compile time weaver for adding AWS X-Ray subsegments to methods.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| instrumentor-1.1.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dk.tildeslash.xray/instrumentor/ -->
<dependency>
<groupId>dk.tildeslash.xray</groupId>
<artifactId>instrumentor</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.tildeslash.xray/instrumentor/
implementation 'dk.tildeslash.xray:instrumentor:1.1.0'
// https://jarcasting.com/artifacts/dk.tildeslash.xray/instrumentor/
implementation ("dk.tildeslash.xray:instrumentor:1.1.0")
'dk.tildeslash.xray:instrumentor:pom:1.1.0'
<dependency org="dk.tildeslash.xray" name="instrumentor" rev="1.1.0">
<artifact name="instrumentor" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.tildeslash.xray', module='instrumentor', version='1.1.0')
)
libraryDependencies += "dk.tildeslash.xray" % "instrumentor" % "1.1.0"
[dk.tildeslash.xray/instrumentor "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.amazonaws : aws-xray-recorder-sdk-core | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |