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

io.pcp.parfait:dxm 1.1.0

Java implementation of the PCP MMV (Memory-Mapped Values) format, offering extremely efficient real time communication between the JVM and PCP

Группа

Группа

io.pcp.parfait
Идентификатор

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

dxm
Версия

Версия

1.1.0
Тип

Тип

jar

Скачать dxm 1.1.0


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