is not current version
Last Version 1.1.1

io.pcp.parfait:dxm 0.5.1

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

GroupId

GroupId

io.pcp.parfait
ArtifactId

ArtifactId

dxm
Version

Version

0.5.1
Type

Type

jar

Download dxm 0.5.1


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