License |
License |
---|---|
GroupId | GroupIdlu.uni.serval |
ArtifactId | ArtifactIdcommons-frame-communication |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGit 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.
|
<!-- 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"]