License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdorg.apache.solr.solr |
ArtifactId | ArtifactIdsolr-commons-csv |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSolr Specific Commons CSV
Solr Specific Commons CSV
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
solr-commons-csv-1.4.1.pom | |
solr-commons-csv-1.4.1.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.solr.solr/solr-commons-csv/ -->
<dependency>
<groupId>org.apache.solr.solr</groupId>
<artifactId>solr-commons-csv</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.solr.solr/solr-commons-csv/
implementation 'org.apache.solr.solr:solr-commons-csv:1.4.1'
// https://jarcasting.com/artifacts/org.apache.solr.solr/solr-commons-csv/
implementation ("org.apache.solr.solr:solr-commons-csv:1.4.1")
'org.apache.solr.solr:solr-commons-csv:jar:1.4.1'
<dependency org="org.apache.solr.solr" name="solr-commons-csv" rev="1.4.1">
<artifact name="solr-commons-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.solr.solr', module='solr-commons-csv', version='1.4.1')
)
libraryDependencies += "org.apache.solr.solr" % "solr-commons-csv" % "1.4.1"
[org.apache.solr.solr/solr-commons-csv "1.4.1"]