Skip to main content

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

Great news, well done.

________________________________
From: january-dev-bounces@xxxxxxxxxxx [january-dev-bounces@xxxxxxxxxxx] on behalf of Jonah Graham [jonah@xxxxxxxxxxxxxxxx]
Sent: 19 June 2017 20:51
To: january developer discussions
Subject: [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].

[1] https://search.maven.org/#artifactdetails%7Corg.eclipse.january%7Corg.eclipse.january%7C2.0.2%7Ceclipse-plugin
[2] https://github.com/eclipse/january/commit/226fe06a09fa2bae24b8aa4cee1b01b3f3469eff
[3] https://github.com/jonahkichwacoders/mvnTestJanuary
[4] https://github.com/jonahkichwacoders/january-eclipse-example
[5] https://github.com/eclipse/january/pull/144


Thanks,
Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com<http://www.kichwacoders.com>

-- 
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom



Back to the top