| Категории |
КатегорииJakarta Server Faces Jakarta EE The Web Tier CSV Данные Data Formats |
|---|---|
| Группа | Группаcom.lapis.jsfexporter |
| Идентификатор | Идентификаторexport-type-csv |
| Версия | Версия1.0.0.Alpha1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| export-type-csv-1.0.0.Alpha1.pom | |
| export-type-csv-1.0.0.Alpha1.jar | 10 KB |
| export-type-csv-1.0.0.Alpha1-sources.jar | 8 KB |
| export-type-csv-1.0.0.Alpha1-javadoc.jar | 34 KB |
| Обзор |
<!-- 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"]