is not current version
Last Version 1.1.5

nl.42:spring-boot-starter-csv 0.1.1

Spring Boot starter for importing CSV.

Categories

Categories

Spring Boot Container Microservices CSV Data Data Formats
GroupId

GroupId

nl.42
ArtifactId

ArtifactId

spring-boot-starter-csv
Version

Version

0.1.1
Type

Type

jar

Download spring-boot-starter-csv 0.1.1


<!-- https://jarcasting.com/artifacts/nl.42/spring-boot-starter-csv/ -->
<dependency>
    <groupId>nl.42</groupId>
    <artifactId>spring-boot-starter-csv</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/spring-boot-starter-csv/
implementation 'nl.42:spring-boot-starter-csv:0.1.1'
// https://jarcasting.com/artifacts/nl.42/spring-boot-starter-csv/
implementation ("nl.42:spring-boot-starter-csv:0.1.1")
'nl.42:spring-boot-starter-csv:jar:0.1.1'
<dependency org="nl.42" name="spring-boot-starter-csv" rev="0.1.1">
  <artifact name="spring-boot-starter-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='spring-boot-starter-csv', version='0.1.1')
)
libraryDependencies += "nl.42" % "spring-boot-starter-csv" % "0.1.1"
[nl.42/spring-boot-starter-csv "0.1.1"]