marklister / product-collections

A very simple, strongly typed, scala framework for tabular data. A collection of tuples. A strongly typed scala csv reader and writer. A lightweight idiomatic dataframe / datatable alternative.
BSD 2-Clause "Simplified" License
144 stars 19 forks source link

Publish Artifacts #14

Closed mfulgo closed 10 years ago

mfulgo commented 10 years ago

Hi Mark,

Any chance you could start publishing this to a Maven repo? (Or if you already are, document the dependency info.)

Thanks!

marklister commented 10 years ago

Hi Oliver,

Hmmm, thanks for reminding me how little I miss Maven!

For now can you try this:

      <dependency>
            <groupId>org.catch22</groupId>
            <artifactId>product-collections_2.10</artifactId>
            <version>0.0.4.4-SNAPSHOT</version>
        </dependency>

[...snip...]

   <repositories>

      <repository>
        <id>product-collections</id>
        <url>http://marklister.github.io/product-collections</url>
      </repository>

    </repositories>

If that works could you do a pull request for README.md?

Sometime in the future I'll publish things properly...

mfulgo commented 10 years ago

Yep, that works for now.

marklister commented 10 years ago

Closed for now although I do still need to publish somewhere "properly"

marklister commented 10 years ago

Moved to bintray. See the readme.