| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.jtables |
| Идентификатор | Идентификаторjtables |
| Последняя версия | Последняя версия2.2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJTables
Simple and lightweight framework to work with tables and table based files such as CSV and other (tab)-delimited files.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jtables-2.2.2.pom | |
| jtables-2.2.2.jar | 22 KB |
| jtables-2.2.2-sources.jar | 19 KB |
| jtables-2.2.2-javadoc.jar | 122 KB |
| jtables-2.2.2-jar-with-dependencies.jar | 130 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.jtables/jtables/ -->
<dependency>
<groupId>net.sf.jtables</groupId>
<artifactId>jtables</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jtables/jtables/
implementation 'net.sf.jtables:jtables:2.2.2'
// https://jarcasting.com/artifacts/net.sf.jtables/jtables/
implementation ("net.sf.jtables:jtables:2.2.2")
'net.sf.jtables:jtables:jar:2.2.2'
<dependency org="net.sf.jtables" name="jtables" rev="2.2.2">
<artifact name="jtables" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jtables', module='jtables', version='2.2.2')
)
libraryDependencies += "net.sf.jtables" % "jtables" % "2.2.2"
[net.sf.jtables/jtables "2.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.kerner-utils-collections : kerner-utils-collections | jar | 1.1.1 |
| net.sf.kerner-utils-io : kerner-utils-io | jar | 0.5.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |