| License |
License |
|---|---|
| Categories |
CategoriesCSV Data Data Formats |
| GroupId | GroupIdcom.uchicom |
| ArtifactId | ArtifactIdcsve |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptioncsve
csv editor
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| csve-1.0.1.pom | |
| csve-1.0.1.jar | 69 KB |
| csve-1.0.1-sources.jar | 47 KB |
| csve-1.0.1-javadoc.jar | 369 KB |
| csve-1.0.1-jar-with-dependencies.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uchicom/csve/ -->
<dependency>
<groupId>com.uchicom</groupId>
<artifactId>csve</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.uchicom/csve/
implementation 'com.uchicom:csve:1.0.1'
// https://jarcasting.com/artifacts/com.uchicom/csve/
implementation ("com.uchicom:csve:1.0.1")
'com.uchicom:csve:jar:1.0.1'
<dependency org="com.uchicom" name="csve" rev="1.0.1">
<artifact name="csve" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uchicom', module='csve', version='1.0.1')
)
libraryDependencies += "com.uchicom" % "csve" % "1.0.1"
[com.uchicom/csve "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.uchicom : ui | jar | 1.1.0 |