Последняя версия

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.

Лицензия

Лицензия

Группа

Группа

lu.uni.serval
Идентификатор

Идентификатор

commons-frame-communication
Версия

Версия

0.1.0
Тип

Тип

jar
Описание

Описание

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.

Скачать 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.