Categories |
CategoriesSpring Boot Container Microservices CSV Data Data Formats |
---|---|
GroupId | GroupIdnl.42 |
ArtifactId | ArtifactIdspring-boot-starter-csv |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.42/spring-boot-starter-csv/ -->
<dependency>
<groupId>nl.42</groupId>
<artifactId>spring-boot-starter-csv</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/spring-boot-starter-csv/
implementation 'nl.42:spring-boot-starter-csv:1.1.1'
// https://jarcasting.com/artifacts/nl.42/spring-boot-starter-csv/
implementation ("nl.42:spring-boot-starter-csv:1.1.1")
'nl.42:spring-boot-starter-csv:jar:1.1.1'
<dependency org="nl.42" name="spring-boot-starter-csv" rev="1.1.1">
<artifact name="spring-boot-starter-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='spring-boot-starter-csv', version='1.1.1')
)
libraryDependencies += "nl.42" % "spring-boot-starter-csv" % "1.1.1"
[nl.42/spring-boot-starter-csv "1.1.1"]