| Categories |
CategoriesNet CSV Data Data Formats |
|---|---|
| GroupId | GroupIdnet.sf.cuf |
| ArtifactId | ArtifactIdcuf-csvview |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cuf-csvview-2.0.1.pom | |
| cuf-csvview-2.0.1.jar | 85 KB |
| cuf-csvview-2.0.1-sources.jar | 72 KB |
| cuf-csvview-2.0.1-javadoc.jar | 162 KB |
| cuf-csvview-2.0.1-jar-with-dependencies.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.cuf/cuf-csvview/ -->
<dependency>
<groupId>net.sf.cuf</groupId>
<artifactId>cuf-csvview</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cuf/cuf-csvview/
implementation 'net.sf.cuf:cuf-csvview:2.0.1'
// https://jarcasting.com/artifacts/net.sf.cuf/cuf-csvview/
implementation ("net.sf.cuf:cuf-csvview:2.0.1")
'net.sf.cuf:cuf-csvview:jar:2.0.1'
<dependency org="net.sf.cuf" name="cuf-csvview" rev="2.0.1">
<artifact name="cuf-csvview" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cuf', module='cuf-csvview', version='2.0.1')
)
libraryDependencies += "net.sf.cuf" % "cuf-csvview" % "2.0.1"
[net.sf.cuf/cuf-csvview "2.0.1"]