is not current version
Last Version 5.5.0

org.webjars.npm:csv 1.2.1

WebJar for csv

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

csv
Version

Version

1.2.1
Type

Type

jar

Download csv 1.2.1


<!-- https://jarcasting.com/artifacts/org.webjars.npm/csv/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>csv</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/csv/
implementation 'org.webjars.npm:csv:1.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/csv/
implementation ("org.webjars.npm:csv:1.2.1")
'org.webjars.npm:csv:jar:1.2.1'
<dependency org="org.webjars.npm" name="csv" rev="1.2.1">
  <artifact name="csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='csv', version='1.2.1')
)
libraryDependencies += "org.webjars.npm" % "csv" % "1.2.1"
[org.webjars.npm/csv "1.2.1"]