tox4j / deprecated-tox4j

Deprecated, see http://github.com/TokTok/jvm-toxcore-c
http://github.com/TokTok/jvm-toxcore-c
Other
42 stars 17 forks source link

host jars #116

Open benwaffle opened 9 years ago

benwaffle commented 9 years ago

Host all jars (.class files, natives, ...) needed to use tox4j on a maven repository so it can be used from maven, gradle, sbt, and any other build tool that supports it

sonOfRa commented 9 years ago

Will be done eventually. Hosting .jars is not much of a problem, but hosting native binaries is going to be a bit of a hassle. I currently don't have too much time, so this might take a while to get resolved.

iphydf commented 8 years ago

This is now done. You will need to add https://tox4j.github.io/repositories/snapshots/ as a repository. After that, you can use im.tox:tox4j:0.1-SNAPSHOT. Keep in mind that these jars are currently built from my repository instead of from the main repository, and code there can break and change arbitrarily.

I'm not closing this issue until the code that pushes the jars to github is in tox4j/master.

Another idea: publish the jars on bintray.