MVN

org.jpmml : pmml-rexp

Maven & Gradle

Apr 05, 2023
2 usages
32 stars

JPMML R converter · JPMML R to PMML converter

<dependency>
    <groupId>org.jpmml</groupId>
    <artifactId>pmml-rexp</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jpmml : pmml-rexp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of org.jpmml : pmml-rexp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
pmml-rexp-1.5.2
pmml-rexp-1.5.1
pmml-rexp-1.5.0

How to add a dependency to Maven

Add the following org.jpmml : pmml-rexp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jpmml</groupId>
    <artifactId>pmml-rexp</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jpmml : pmml-rexp gradle dependency to your build.gradle file:

implementation 'org.jpmml:pmml-rexp:1.5.2'

Gradle Kotlin DSL: Add the following org.jpmml : pmml-rexp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jpmml:pmml-rexp:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jpmml : pmml-rexp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jpmml" % "pmml-rexp" % "1.5.2"