Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier CSV Data Data Formats |
---|---|
GroupId | GroupIdcom.lapis.jsfexporter |
ArtifactId | ArtifactIdexport-type-csv |
Version | Version1.0.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lapis.jsfexporter/export-type-csv/ -->
<dependency>
<groupId>com.lapis.jsfexporter</groupId>
<artifactId>export-type-csv</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lapis.jsfexporter/export-type-csv/
implementation 'com.lapis.jsfexporter:export-type-csv:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/com.lapis.jsfexporter/export-type-csv/
implementation ("com.lapis.jsfexporter:export-type-csv:1.0.0.Alpha1")
'com.lapis.jsfexporter:export-type-csv:jar:1.0.0.Alpha1'
<dependency org="com.lapis.jsfexporter" name="export-type-csv" rev="1.0.0.Alpha1">
<artifact name="export-type-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lapis.jsfexporter', module='export-type-csv', version='1.0.0.Alpha1')
)
libraryDependencies += "com.lapis.jsfexporter" % "export-type-csv" % "1.0.0.Alpha1"
[com.lapis.jsfexporter/export-type-csv "1.0.0.Alpha1"]