MVN

org.kuali.rice : rice-impex-clover

Maven & Gradle

Apr 18, 2012

Rice Impex Clover Dataset · Maven wrapper around the Rice 1.0.3 clover based Impex dataset. So we can publish it as a versioned jar file and thus express a proper dependency to it without resorting to SCM trickery.

<dependency>
    <groupId>org.kuali.rice</groupId>
    <artifactId>rice-impex-clover</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.rice : rice-impex-clover to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.kuali.rice : rice-impex-clover to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rice-impex-clover-1.0.3

How to add a dependency to Maven

Add the following org.kuali.rice : rice-impex-clover maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kuali.rice</groupId>
    <artifactId>rice-impex-clover</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kuali.rice : rice-impex-clover gradle dependency to your build.gradle file:

implementation 'org.kuali.rice:rice-impex-clover:1.0.3'

Gradle Kotlin DSL: Add the following org.kuali.rice : rice-impex-clover gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kuali.rice:rice-impex-clover:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kuali.rice : rice-impex-clover sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kuali.rice" % "rice-impex-clover" % "1.0.3"

Advertisement