MVN

com.imsweb : mph

Maven & Gradle

Nov 14, 2022

MPH · Java implementation of the Multiple Primary and Histology Coding Rules.

<dependency>
    <groupId>com.imsweb</groupId>
    <artifactId>mph</artifactId>
    <version>1.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imsweb : mph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.25

All Versions

Choose a version of com.imsweb : mph to add to Maven or Gradle - All Versions:

  • Version Updated
  • mph-1.25

    Nov 14, 2022
  • mph-1.24

    Jul 01, 2022
  • mph-1.23

    Feb 03, 2022
  • mph-1.22

    Apr 08, 2021
  • mph-1.21

    Sep 17, 2020
  • mph-1.20

    Jul 07, 2020
  • mph-1.19

    May 13, 2020
  • mph-1.18

    Apr 20, 2020
  • mph-1.17

    Feb 14, 2020
  • mph-1.16

    Oct 28, 2019
  • mph-1.15

    Aug 08, 2019
  • mph-1.14

    May 20, 2019
  • mph-1.13

    May 04, 2019
  • mph-1.12

    Sep 19, 2018
  • mph-1.11

    Sep 19, 2018
  • mph-1.10

    Jul 31, 2018
  • mph-1.9

    Aug 28, 2017
  • mph-1.8

    Jul 10, 2017
  • mph-1.7

    Feb 24, 2017
  • mph-1.6

    Feb 23, 2017
  • mph-1.5

    Feb 22, 2017
  • mph-1.4

    Feb 22, 2017
  • mph-1.3

    Feb 13, 2017
  • mph-1.2

    Jan 19, 2017
  • mph-1.1

    Nov 10, 2016
  • mph-1.0

    Jul 06, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.imsweb</groupId>
    <artifactId>mph</artifactId>
    <version>1.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.imsweb : mph gradle dependency to your build.gradle file:

implementation 'com.imsweb:mph:1.25'

Gradle Kotlin DSL: Add the following com.imsweb : mph gradle kotlin dependency to your build.gradle.kts file:

implementation("com.imsweb:mph:1.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.imsweb : mph sbt scala dependency to your build.sbt file:

libraryDependencies += "com.imsweb" % "mph" % "1.25"