vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
246 stars 94 forks source link

Publish to jcenter and maven repo #3

Closed RussoNC closed 5 years ago

RussoNC commented 6 years ago

Hello, first of all thanks for this amazing little lib. Do you think it would be possible for you to push this in jcenter and maven ? It would be easier for new versions and maintenance. Thanks again !

vandeseer commented 6 years ago

Hey @RussoNC , glad you like it! :) Currently I do not have much spare time, but since I realized now that at least one developer would like to have it in maven central I will take publishing into consideration ;) Will keep you posted. Cheers.

RussoNC commented 6 years ago

Sounds good man ! Happy coding ^^

tkatz commented 6 years ago

+1 Thanks for this nice little lib which is making live much easier :-) I would also like to have this available in maven central / jcenter.

AutJon commented 6 years ago

How to add an image and text to the same cell?

holger82 commented 6 years ago

+1 Maven would be great

vandeseer commented 5 years ago

Will close this now, since it's available now :)

    <dependency>
        <groupId>com.github.vandeseer</groupId>
        <artifactId>easytable</artifactId>
        <version>0.3.0</version>
    </dependency>