Download dxm-0.5.0.jar file - Jar d

Jar examples for d:dxm

Description

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.

Build File

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'

Download

Click the following link to download the jar file.

dxm-0.5.0-javadoc.jar
dxm-0.5.0-sources.jar
dxm-0.5.0-tests.jar
dxm-0.5.0.jar
dxm-0.5.0.pom



Related Tutorials