MVN

org.kuali.common.util : crlf

Maven & Gradle

Oct 28, 2012
1 usages

CRLF · Replace carriage return + linefeed with linefeed. Replace carriage return with linefeed.

<dependency>
    <groupId>org.kuali.common.util</groupId>
    <artifactId>crlf</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.common.util : crlf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.kuali.common.util : crlf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
crlf-1.0.6
crlf-1.0.4
crlf-1.0.3
crlf-1.0.1
crlf-1.0.0

How to add a dependency to Maven

Add the following org.kuali.common.util : crlf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kuali.common.util</groupId>
    <artifactId>crlf</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kuali.common.util : crlf gradle dependency to your build.gradle file:

implementation 'org.kuali.common.util:crlf:1.0.6'

Gradle Kotlin DSL: Add the following org.kuali.common.util : crlf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kuali.common.util:crlf:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kuali.common.util : crlf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kuali.common.util" % "crlf" % "1.0.6"

Advertisement