| License |
License |
|---|---|
| Categories |
CategoriesNet CSV Data Data Formats |
| GroupId | GroupIdnet.sf.cuf |
| ArtifactId | ArtifactIdcuf-csvview |
| Last Version | Last Version2.5.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCUF csvview Java Swing example app
The parent for all CUF2 modules
|
| Project Organization |
Project OrganizationJürgen Zeller (privat) |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cuf-csvview-2.5.8.pom | |
| cuf-csvview-2.5.8.jar | 85 KB |
| cuf-csvview-2.5.8-sources.jar | 72 KB |
| cuf-csvview-2.5.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cuf/cuf-csvview/
implementation 'net.sf.cuf:cuf-csvview:2.5.8'
// https://jarcasting.com/artifacts/net.sf.cuf/cuf-csvview/
implementation ("net.sf.cuf:cuf-csvview:2.5.8")
'net.sf.cuf:cuf-csvview:jar:2.5.8'
<dependency org="net.sf.cuf" name="cuf-csvview" rev="2.5.8">
<artifact name="cuf-csvview" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cuf', module='cuf-csvview', version='2.5.8')
)
libraryDependencies += "net.sf.cuf" % "cuf-csvview" % "2.5.8"
[net.sf.cuf/cuf-csvview "2.5.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.cuf : cuf-fw | jar | 2.5.8 |
| net.sf.cuf : cuf-swing | jar | 2.5.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |