License |
License |
---|---|
GroupId | GroupIdorg.kuali.common.util |
ArtifactId | ArtifactIdcrlf |
Version | Version1.0.6 |
Type | Typejar |
Description |
DescriptionCRLF
Replace carriage return + linefeed with linefeed.
Replace carriage return with linefeed.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
crlf-1.0.6.pom | |
crlf-1.0.6.jar | 6 KB |
crlf-1.0.6-sources.jar | 3 KB |
crlf-1.0.6-javadoc.jar | 25 KB |
crlf-1.0.6-jar-with-dependencies.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.common.util/crlf/ -->
<dependency>
<groupId>org.kuali.common.util</groupId>
<artifactId>crlf</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.common.util/crlf/
implementation 'org.kuali.common.util:crlf:1.0.6'
// https://jarcasting.com/artifacts/org.kuali.common.util/crlf/
implementation ("org.kuali.common.util:crlf:1.0.6")
'org.kuali.common.util:crlf:jar:1.0.6'
<dependency org="org.kuali.common.util" name="crlf" rev="1.0.6">
<artifact name="crlf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.common.util', module='crlf', version='1.0.6')
)
libraryDependencies += "org.kuali.common.util" % "crlf" % "1.0.6"
[org.kuali.common.util/crlf "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.1 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |