husnjak / IGDB-API-JVM

Wrapper for IGDBs API written in Kotlin should work for all JVM based languages, tested in Kotlin & Java
MIT License
37 stars 10 forks source link

Release as JAR #12

Open MartinSchmid2409 opened 3 years ago

MartinSchmid2409 commented 3 years ago

It would be quite cool if there was a drop-in-project JAR with all the dependencies included to easily start playing around.

Or just for people who do not use Maven or Gradle (they still exist ;) ).

husnjak commented 3 years ago

Hey, I've been playing around with Github Packages where I would upload the JAR to which could give you access to the JAR directly. https://github.com/husnjak/IGDB-API-JVM/packages/410638 Do you think this would help? Or can you propose a better place to put the JAR file

MartinSchmid2409 commented 3 years ago

I think the place where you can download the JAR doesn´t matter as long as the JAR is actually findable and downloadable. If this is documented in your README, there will be no problem.

Also, a good place to put JAR files is https://search.maven.org/

MartinSchmid2409 commented 3 years ago

It would be very cool if you can realize a compiled JAR that has all dependencies included.