kyonifer / koma

A scientific computing library for Kotlin. https://kyonifer.github.io/koma
Other
270 stars 23 forks source link

Provide public artifact id #4

Closed holgerbrandl closed 8 years ago

holgerbrandl commented 8 years ago

Would it be possible to provide a public (e.g. Jcenter/bintray) artifact id for golem?

kyonifer commented 8 years ago

There's currently an artifact on jcenter, you should be able to include it in gradle with

compile 'golem:golem:0.5'

Note that the current artifact brings in all the matrix backends as dependencies. I'm in the process of refactoring into split artifacts so you can select one based on which backend you want. I'll leave this issue open until I complete that and update the docs.

kyonifer commented 8 years ago

Current build has artifacts for backends and core, with docs in the README.