| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные ORM |
| Группа | Группаcom.github.gyulalaszlo |
| Идентификатор | Идентификаторinformata-datafile |
| Последняя версия | Последняя версия1.4.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеInformata DataFile
Maven Package for datafile.sourceforge.net
Java data file read/write utility that provides a convenient set of interfaces
for reading and writing data to and from files in widely accepted format such
as comma separated values (CSV), fixed width, tab separated, as well as others.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| informata-datafile-1.4.1.pom | |
| informata-datafile-1.4.1.jar | 19 KB |
| informata-datafile-1.4.1-sources.jar | 24 KB |
| informata-datafile-1.4.1-javadoc.jar | 109 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gyulalaszlo/informata-datafile/ -->
<dependency>
<groupId>com.github.gyulalaszlo</groupId>
<artifactId>informata-datafile</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gyulalaszlo/informata-datafile/
implementation 'com.github.gyulalaszlo:informata-datafile:1.4.1'
// https://jarcasting.com/artifacts/com.github.gyulalaszlo/informata-datafile/
implementation ("com.github.gyulalaszlo:informata-datafile:1.4.1")
'com.github.gyulalaszlo:informata-datafile:jar:1.4.1'
<dependency org="com.github.gyulalaszlo" name="informata-datafile" rev="1.4.1">
<artifact name="informata-datafile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gyulalaszlo', module='informata-datafile', version='1.4.1')
)
libraryDependencies += "com.github.gyulalaszlo" % "informata-datafile" % "1.4.1"
[com.github.gyulalaszlo/informata-datafile "1.4.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |