com.github.eostermueller:headlessInTraceClient

A headless java API that collects events from other JVMs. Events=method invocations. Initial code taken from http://mchr3k.github.io/org.intrace/. Intended for building diagnostic applications.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.eostermueller
ArtifactId

ArtifactId

headlessInTraceClient
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.eostermueller:headlessInTraceClient
A headless java API that collects events from other JVMs. Events=method invocations. Initial code taken from http://mchr3k.github.io/org.intrace/. Intended for building diagnostic applications.
Project URL

Project URL

https://github.com/eostermueller/headlessInTraceClient
Source Code Management

Source Code Management

https://github.com/eostermueller/headlessInTraceClient

Download headlessInTraceClient

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.eostermueller/headlessInTraceClient/ -->
<dependency>
    <groupId>com.github.eostermueller</groupId>
    <artifactId>headlessInTraceClient</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eostermueller/headlessInTraceClient/
implementation 'com.github.eostermueller:headlessInTraceClient:0.0.4'
// https://jarcasting.com/artifacts/com.github.eostermueller/headlessInTraceClient/
implementation ("com.github.eostermueller:headlessInTraceClient:0.0.4")
'com.github.eostermueller:headlessInTraceClient:jar:0.0.4'
<dependency org="com.github.eostermueller" name="headlessInTraceClient" rev="0.0.4">
  <artifact name="headlessInTraceClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eostermueller', module='headlessInTraceClient', version='0.0.4')
)
libraryDependencies += "com.github.eostermueller" % "headlessInTraceClient" % "0.0.4"
[com.github.eostermueller/headlessInTraceClient "0.0.4"]

Dependencies

compile (3)

Group / Artifact Type Version
net.java.dev.glazedlists : glazedlists_java15 jar 1.9.0
org.slf4j : slf4j-api jar 1.7.5
org.reflections : reflections jar 0.9.9-RC2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.3
0.0.2