gmuth / ipp-client-kotlin

A client implementation of the ipp protocol written in kotlin
MIT License
75 stars 10 forks source link

how to import jar in maven project #17

Closed fushengss closed 8 months ago

fushengss commented 8 months ago

i want to use gradlew scripts to build jar,can you give some example about maven project

gmuth commented 8 months ago

https://github.com/gmuth/ipp-samples contain examples using gradle and maven. You need to decide if you build your own projects with gradle or maven.

As for the ipp-client lib build only gradle is supported. However you don't need to build the lib yourself because it is available in sonatypes maven repo1.