Git Utils

Minimal library allowing one way communication between java processes using java frames as a message mechanism and relying on a socket connection. The first purpose of this library is to allow to send messages with small overhead when instrumenting java code through agents.

License

License

GroupId

GroupId

lu.uni.serval
ArtifactId

ArtifactId

commons-frame-communication
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Git Utils
Minimal library allowing one way communication between java processes using java frames as a message mechanism and relying on a socket connection. The first purpose of this library is to allow to send messages with small overhead when instrumenting java code through agents.

Download commons-frame-communication

How to add to project

<!-- https://jarcasting.com/artifacts/lu.uni.serval/commons-frame-communication/ -->
<dependency>
    <groupId>lu.uni.serval</groupId>
    <artifactId>commons-frame-communication</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/lu.uni.serval/commons-frame-communication/
implementation 'lu.uni.serval:commons-frame-communication:0.1.0'
// https://jarcasting.com/artifacts/lu.uni.serval/commons-frame-communication/
implementation ("lu.uni.serval:commons-frame-communication:0.1.0")
'lu.uni.serval:commons-frame-communication:jar:0.1.0'
<dependency org="lu.uni.serval" name="commons-frame-communication" rev="0.1.0">
  <artifact name="commons-frame-communication" type="jar" />
</dependency>
@Grapes(
@Grab(group='lu.uni.serval', module='commons-frame-communication', version='0.1.0')
)
libraryDependencies += "lu.uni.serval" % "commons-frame-communication" % "0.1.0"
[lu.uni.serval/commons-frame-communication "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
lu.uni.serval

Serval Research Group

Serval Research Group Projects

Versions

Version
0.1.0