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