Jar examples for d:dxm
Java implementation of the PCP MMV (memory-mapped values) PMDA format, allowing extremely simple passing of Java values across to the PCP system
You can download jar file dxm 0.5.0 in this page.
You can use the following script to add dxm-0.5.0.jar to your project.
<dependency> <groupId>io.pcp.parfait</groupId> <artifactId>dxm</artifactId> <version>0.5.0</version> </dependency>
compile group: 'io.pcp.parfait', name: 'dxm', version: '0.5.0'
libraryDependencies += "io.pcp.parfait" % "dxm" % "0.5.0"
<dependency org="io.pcp.parfait" name="dxm" rev="0.5.0"/>
@Grapes(@Grab(group='io.pcp.parfait', module='dxm', version='0.5.0'))
'io.pcp.parfait:dxm:jar:0.5.0'
Click the following link to download the jar file.
dxm-0.5.0-javadoc.jar