You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -577,11 +577,13 @@ A curated list of awesome Java frameworks, libraries and software.
577
577
578
578
## Science
579
579
580
-
*Libraries for scientific computingand analysis.*
580
+
*Libraries for scientific computing, analysis and visualization.*
581
581
582
582
*[DataMelt](http://jwork.org/dmelt/) - Environment for scientific computation, data analysis and data visualization.
583
-
*[JGraphT](https://github.com/jgrapht/jgrapht) - Graph library that provides mathematical graph-theory objects and algorithms.
584
583
*[JScience](http://jscience.org/) - Provides a set of classes to work with scientific measurements and units.
584
+
*[GraphStream](http://graphstream-project.org/) - Library for modeling and analysis of dynamic graphs.
585
+
*[JGraphT](https://github.com/jgrapht/jgrapht) - Graph library that provides mathematical graph-theory objects and algorithms.
586
+
*[JGraphX](https://github.com/jgraph/jgraphx) - Library for visualisation (mainly Swing) and interaction with node-edge graphs.
585
587
586
588
## Search
587
589
@@ -658,6 +660,7 @@ A curated list of awesome Java frameworks, libraries and software.
658
660
*[Truth](https://github.com/google/truth) - Google's assertion and proposition framework.
659
661
*[Unitils](http://www.unitils.org/) - Modular testing library for unit and integration testing.
660
662
*[WireMock](http://wiremock.org/) - Stubbs and mocks web services.
663
+
*[J8Spec](https://github.com/j8spec/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.
661
664
662
665
## Utility
663
666
@@ -666,6 +669,7 @@ A curated list of awesome Java frameworks, libraries and software.
666
669
*[Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing.
667
670
*[CRaSH](http://www.crashub.org) - Provides a shell into a JVM that's running CRaSH. Used by Spring Boot and others.
668
671
*[Gephi](https://github.com/gephi/gephi/) - Cross-platform for visualizing and manipulating large graph networks.
672
+
*[Dex](https://github.com/PatMartin/Dex) - Java/JavaFX tool capable of powerful ETL and data visualization.
669
673
*[Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.
670
674
*[JADE](http://jade.tilab.com/) - Framework and environment for building and to debugging multi-agent systems.
0 commit comments