wasmerio / wasmer-java

☕ WebAssembly runtime for Java

Home Page:https://medium.com/wasmer/announcing-the-first-java-library-to-run-webassembly-wasmer-jni-89e319d2ac7c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

crutcher opened this issue · comments

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"

Request sent to JCenter. Waiting for a reply.

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.