Skip to content

iskigow/tecsinapse-data-io

 
 

Repository files navigation

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?

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

Using tecsinapse-data-io

Maven:

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

Gradle:

compile "br.com.tecsinapse:tecsinapse-data-io:2.0.4"

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</artifactId>
  <version>2.0.5-SNAPSHOT</version>
</dependency>

Gradle:

compile 'br.com.tecsinapse:tecsinapse-data-io:2.0.5-SNAPSHOT'

Documentation and samples

For documentation and samples check out our wiki

Getting Started

Go to Getting Started to usage example.

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 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.

About

Tecsinapse Data Input and Output

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 99.2%
  • Other 0.8%