is not current version
Last Version 0.0.4

com.github.eostermueller:headlessInTraceClient 0.0.3

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.eostermueller
ArtifactId

ArtifactId

headlessInTraceClient
Version

Version

0.0.3
Type

Type

jar

Download headlessInTraceClient 0.0.3


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