Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.03 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.03 KB

Coffee Files Library

A library for load .sav files supported

How it's works

coffee_files_diagrams

How to use

  1. Add the JitPack repository in your pom.xml.

     <repositories>
      <repository>
          <id>jitpack.io</id>
          <url>https://jitpack.io</url>
      </repository>
     </repositories>
  2. Add the dependency.

    <dependency>
      <groupId>com.github.luisBazanDev</groupId>
      <artifactId>coffee-files</artifactId>
      <version>1.2</version>
    </dependency>
  3. Finally, use the library.

How to contribute with your own driver

To contribute with your own driver, see this page in the Wiki.