Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[january-dev] January 2.0.2 now available on Maven Central

Hi folks,

The Eclipse January project has published its first official release to Maven Central[1]. The version is 2.0.2 and is based off of commit 226fe06[2].

This means you can now consume Eclipse January Datasets with any of your favourite build tools (maven, gradle, etc). See link on maven central[1] for details of how to express the dependency for your tool. But for maven, you need this in your dependencies:

<dependency>
    <groupId>org.eclipse.january</groupId>
    <artifactId>org.eclipse.january</artifactId>
    <version>2.0.2</version>
</dependency>

A couple of example projects consuming January in this way are available thanks to Yannick's work that I have updated to the official groupId[3,4].

There is more work to do on this, keep up to date with the changes by following issue 144[5].


Thanks,
Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com

Back to the top