| Categories |
CategoriesCSV Data Data Formats |
|---|---|
| GroupId | GroupIdorg.xbib |
| ArtifactId | ArtifactIdcontent-csv |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| content-csv-1.1.0.pom | |
| content-csv-1.1.0.jar | 11 KB |
| content-csv-1.1.0-sources.jar | 5 KB |
| content-csv-1.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/content-csv/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>content-csv</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/content-csv/
implementation 'org.xbib:content-csv:1.1.0'
// https://jarcasting.com/artifacts/org.xbib/content-csv/
implementation ("org.xbib:content-csv:1.1.0")
'org.xbib:content-csv:jar:1.1.0'
<dependency org="org.xbib" name="content-csv" rev="1.1.0">
<artifact name="content-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='content-csv', version='1.1.0')
)
libraryDependencies += "org.xbib" % "content-csv" % "1.1.0"
[org.xbib/content-csv "1.1.0"]