Categories |
CategoriesSpring Boot Container Microservices CSV Data Data Formats |
---|---|
GroupId | GroupIdnl.42 |
ArtifactId | ArtifactIdspring-boot-starter-csv |
Version | Version0.0.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>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/spring-boot-starter-csv/
implementation 'nl.42:spring-boot-starter-csv:0.0.1'
// https://jarcasting.com/artifacts/nl.42/spring-boot-starter-csv/
implementation ("nl.42:spring-boot-starter-csv:0.0.1")
'nl.42:spring-boot-starter-csv:jar:0.0.1'
<dependency org="nl.42" name="spring-boot-starter-csv" rev="0.0.1">
<artifact name="spring-boot-starter-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='spring-boot-starter-csv', version='0.0.1')
)
libraryDependencies += "nl.42" % "spring-boot-starter-csv" % "0.0.1"
[nl.42/spring-boot-starter-csv "0.0.1"]