is not current version
Last Version 1.1.1

io.pcp.parfait:dxm 1.0.0

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

1.0.0
Type

Type

jar

Download dxm 1.0.0


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