Last Version

Git Utils 0.1.0

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
Version

Version

0.1.0
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 0.1.0


<!-- 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.