wasmerio / wasmer-java

☕ WebAssembly runtime for Java
https://medium.com/wasmer/announcing-the-first-java-library-to-run-webassembly-wasmer-jni-89e319d2ac7c
MIT License
593 stars 55 forks source link

Please add this package to the JCenter() repo on Bintray. #41

Open crutcher opened 4 years ago

crutcher commented 4 years ago

Please add the bintray project to the JCenter common repo. https://jfrog.com/blog/increase-your-maven-packages-exposure-by-adding-it-to-jcenter/

Without this, we have to add a custom repo just for this project; which complicates transitive deps. I'd like to be able to build and ship projectes to JCenter which depend upon this project.

For those wondering how to get it to link, you need this repo at the moment: "https://dl.bintray.com/wasmer/wasmer-jni"

Hywan commented 4 years ago

Request sent to JCenter. Waiting for a reply.

Hywan commented 4 years ago

Reply (for the record):

Hi hywan,

Thank you for submitting this request,

JCenter hosts java applications that follow maven convention. In addition to the .jar and .pom file, your version should include a sources jar, and optionally a javadoc jar.

Your files should be under a maven path layout. (See https://bintray.com/docs/usermanual/uploads/uploads_includingyourpackagesinjcenter.html)

Once those files are added, we'll be glad to include your package in JCenter.