Hey Atul,
You can use a SNAPSHOT build to access the latest functionality from master:
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.1.1-SNAPSHOT</version>
I've updated the README and website with this information (we only recently
added automatic SNAPSHOT publication).
Happy coding!
On Wed, Feb 14, 2018 at 5:32 AM, Atul Gupta <atu...@gm...> wrote:
> Hello All,
> While working on the GSoC 2018 Warmup (https://github.com/jgrapht/jg
> rapht/wiki/GSOC-2018-Warmup), I figured the challenge is an application
> of findLcas function of NaiveLcaFinder class but since I was using Build
> 1.1.0 from Maven Dependency and this function was written 20 days ago (
> https://github.com/jgrapht/jgrapht/blob/master/jgrapht-core
> /src/main/java/org/jgrapht/alg/NaiveLcaFinder.java). Am I expected to
> re-write this code again suiting to my needs or is there any way by which I
> can use this function as part of dependency?
>
> Please excuse me if this is silly. I am a beginner, trying to get my hands
> on with Jgrapht.
>
> Thanks,
> Atul Kumar Gupta
>
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> jgrapht-users mailing list
> jgr...@li...
> https://lists.sourceforge.net/lists/listinfo/jgrapht-users
>
>
|