Open LeoFuso opened 4 years ago
Hi,
I'm currently working with iFood doing some tests with Facturama and this SDK. I wanted to know if you guys have any plans to upload this code to the Maven Repository, would facilitate the SDK usage overall.
I'm also a bit worried that you guys didn't check an issue that has been opened about 21 days ago, by the time I'm writing this.
now, you can use jitpack.io, example:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.Facturama</groupId>
<artifactId>facturama-java-sdk</artifactId>
<version>dev-SNAPSHOT</version>
</dependency>
Hi,
I'm currently working with iFood doing some tests with Facturama and this SDK. I wanted to know if you guys have any plans to upload this code to the Maven Repository, would facilitate the SDK usage overall.
I'm also a bit worried that you guys didn't check an issue that has been opened about 21 days ago, by the time I'm writing this.