br.com.tecsinapse:tecsinapse-data-io-migration

A simple way to work with CSV, XLSX? and TXT files. This project is part of https://github.com/tecsinapse/tecsinapse-data-io

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

br.com.tecsinapse
Идентификатор

Идентификатор

tecsinapse-data-io-migration
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

br.com.tecsinapse:tecsinapse-data-io-migration
A simple way to work with CSV, XLSX? and TXT files. This project is part of https://github.com/tecsinapse/tecsinapse-data-io
Ссылка на сайт

Ссылка на сайт

https://github.com/tecsinapse/tecsinapse-data-io-migration
Организация-разработчик

Организация-разработчик

TecSinapse
Система контроля версий

Система контроля версий

https://github.com/tecsinapse/tecsinapse-data-io-migration

Скачать tecsinapse-data-io-migration

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/br.com.tecsinapse/tecsinapse-data-io-migration/ -->
<dependency>
    <groupId>br.com.tecsinapse</groupId>
    <artifactId>tecsinapse-data-io-migration</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.tecsinapse/tecsinapse-data-io-migration/
implementation 'br.com.tecsinapse:tecsinapse-data-io-migration:1.0.0'
// https://jarcasting.com/artifacts/br.com.tecsinapse/tecsinapse-data-io-migration/
implementation ("br.com.tecsinapse:tecsinapse-data-io-migration:1.0.0")
'br.com.tecsinapse:tecsinapse-data-io-migration:jar:1.0.0'
<dependency org="br.com.tecsinapse" name="tecsinapse-data-io-migration" rev="1.0.0">
  <artifact name="tecsinapse-data-io-migration" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.tecsinapse', module='tecsinapse-data-io-migration', version='1.0.0')
)
libraryDependencies += "br.com.tecsinapse" % "tecsinapse-data-io-migration" % "1.0.0"
[br.com.tecsinapse/tecsinapse-data-io-migration "1.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
br.com.tecsinapse : tecsinapse-data-io jar 2.0.1
br.com.tecsinapse : tecsinapse-data-io-jsf jar 1.0.0

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.9.10

Модули Проекта

Данный проект не имеет модулей.

Tecsinapse Data Input and Output

License (LGPL version 3) Build Status Coverage Status Dependency Status Maven Central Javadoc

Wants to contribute to tecsinapse-data-io-migration?

Before working on the code, if you plan to contribute changes, please read the following CONTRIBUTING document.

Using tecsinapse-data-io-migration

Maven:

<dependency>
  <groupId>br.com.tecsinapse</groupId>
  <artifactId>tecsinapse-data-io-migration</artifactId>
  <version>1.0.0</version>
</dependency>

Gradle:

compile "br.com.tecsinapse:tecsinapse-data-io-migration:1.0.0"

If you want to use snapshots first config OSS Sonatype Snapshots repository:

Maven:

<repositories>
    <repository>
        <id>oss-snapshots</id>
        <name>OSS Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

Gradle:

repositories {
    maven {
        url 'https://oss.sonatype.org/content/repositories/snapshots'
    }
}

And then the dependency:

<dependency>
  <groupId>br.com.tecsinapse</groupId>
  <artifactId>tecsinapse-data-io-migration</artifactId>
  <version>1.0.1-SNAPSHOT</version>
</dependency>

Gradle:

compile 'br.com.tecsinapse:tecsinapse-data-io-migration:1.0.1-SNAPSHOT'

Documentation and samples

For documentation and samples check out our wiki

Need help or found an issue?

When reporting an issue through the issue tracker on GitHub, please use the following guidelines:

  • Check existing issues to see if it has been addressed already
  • The version of tecsinapse-data-io-migration you are using
  • A short description of the issue you are experiencing and the expected outcome
  • Description of how someone else can reproduce the problem
  • Paste error output or logs in your issue or in a Gist. If pasting them in the GitHub issue, wrap it in three backticks: ``` so that it renders nicely
  • Write a unit test to show the issue!

License

This project and its documentation are licensed under the LGPL license. Refer to LICENCE for more information.

br.com.tecsinapse

tecsinapse

TecSinapse

Версии библиотеки

Версия
1.0.0