[jgrapht-users] automatic snapshots
Brought to you by:
barak_naveh,
perfecthash
From: John S. <js...@gm...> - 2018-02-03 09:08:19
|
Hi all, Thanks to a contribution from Davide Cavestro, our Travis continuous integration now automatically publishes Maven snapshots from all changes successfully merged to jgrapht master. So if your project needs to stay up to date with the latest and greatest, you can use a dependency like <dependency> <groupId>org.jgrapht</groupId> <artifactId>jgrapht-core</artifactId> <version>1.1.1-SNAPSHOT”</version> </dependency> Truly, JGraphT has now been dragged kicking and screaming into the Century of the Fruitbat! |