MVN

com.custardsource.parfait : dxm

Maven & Gradle

May 25, 2018
2 usages
84 stars

parfait DXM · Java implementation of the PCP MMV (memory-mapped values) PMDA format, allowing extremely simple passing of Java values across to the PCP system

<dependency>
    <groupId>com.custardsource.parfait</groupId>
    <artifactId>dxm</artifactId>
    <version>0.3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.custardsource.parfait : dxm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.11
  • Latest Release Candidate: 0.3.0.RC4

All Versions

Choose a version of com.custardsource.parfait : dxm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
dxm-0.3.11
dxm-0.3.10
dxm-0.3.9
dxm-0.3.8
dxm-0.3.7
dxm-0.3.6
dxm-0.3.5
dxm-0.3.4
dxm-0.3.3
dxm-0.3.2
dxm-0.3.1
dxm-0.3.0.RC4
dxm-0.3.0.RC3
dxm-0.3.0.RC2
dxm-0.3.0.RC1
0.2.x
dxm-0.2.8
dxm-0.2.7
dxm-0.2.6
dxm-0.2.5
dxm-0.2.4
dxm-0.2.3
dxm-0.2.2
dxm-0.2.1
dxm-0.2.0

How to add a dependency to Maven

Add the following com.custardsource.parfait : dxm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.custardsource.parfait</groupId>
    <artifactId>dxm</artifactId>
    <version>0.3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.custardsource.parfait : dxm gradle dependency to your build.gradle file:

implementation 'com.custardsource.parfait:dxm:0.3.11'

Gradle Kotlin DSL: Add the following com.custardsource.parfait : dxm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.custardsource.parfait:dxm:0.3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.custardsource.parfait : dxm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.custardsource.parfait" % "dxm" % "0.3.11"

Advertisement