| License |
License |
|---|---|
| GroupId | GroupIdio.lumigo |
| ArtifactId | ArtifactIdlumigo-agent |
| Last Version | Last Version1.0.38 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLumigo java tracer agent
The Lumigo java tracer for serverless functions
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lumigo-agent-1.0.38.pom | |
| lumigo-agent-1.0.38.jar | 5 KB |
| lumigo-agent-1.0.38-sources.jar | 3 KB |
| lumigo-agent-1.0.38-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.lumigo/lumigo-agent/ -->
<dependency>
<groupId>io.lumigo</groupId>
<artifactId>lumigo-agent</artifactId>
<version>1.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/io.lumigo/lumigo-agent/
implementation 'io.lumigo:lumigo-agent:1.0.38'
// https://jarcasting.com/artifacts/io.lumigo/lumigo-agent/
implementation ("io.lumigo:lumigo-agent:1.0.38")
'io.lumigo:lumigo-agent:jar:1.0.38'
<dependency org="io.lumigo" name="lumigo-agent" rev="1.0.38">
<artifact name="lumigo-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lumigo', module='lumigo-agent', version='1.0.38')
)
libraryDependencies += "io.lumigo" % "lumigo-agent" % "1.0.38"
[io.lumigo/lumigo-agent "1.0.38"]