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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,15 +193,15 @@ A curated list of awesome Java frameworks, libraries and software.
193
193
*[Crate](https://crate.io/) - Distributed data store that implements data synchronization, sharding, scaling, and replication. In addition, it provides a SQL-based syntax to execute queries across a cluster.
194
194
*[eXist](https://github.com/eXist-db/exist) - A NoSQL document database and application platform.
195
195
*[FlexyPool](https://github.com/vladmihalcea/flexy-pool) - Brings metrics and failover strategies to the most common connection pooling solutions.
*[Redisson](https://github.com/mrniko/redisson) - Allows for distributed and scalable data structures on top of a Redis server.
207
207
*[Speedment](https://github.com/speedment/speedment) - A database access library that utilizes the Java 8 Stream API for querying.
@@ -322,14 +322,14 @@ A curated list of awesome Java frameworks, libraries and software.
322
322
*[derive4j](https://github.com/derive4j/derive4j) - Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, morphisms.
323
323
*[Fugue](https://bitbucket.org/atlassian/fugue) - Functional extensions to Guava.
324
324
*[Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition-oriented development.
325
-
*[Javaslang](http://javaslang.com) - Functional component library that provides persistent data types and functional control structures.
325
+
*[Javaslang](http://www.javaslang.io/) - Functional component library that provides persistent data types and functional control structures.
326
326
*[jOOλ](https://github.com/jOOQ/jOOL) - Extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions.
327
327
328
328
## Game Development
329
329
330
330
*Frameworks that support the development of games.*
331
331
332
-
*[jMonkeyEngine](http://jmonkeyengine.org/) - Game engine for modern 3D development.
332
+
*[jMonkeyEngine](https://jmonkeyengine.org/) - Game engine for modern 3D development.
0 commit comments