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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This is a fork of [awesome link](https://github.com/akullpp/awesome-java) with n
10
10
-[3. GUI](#3-gui)
11
11
-[4. Business](#4-business)
12
12
-[5. Game Development](#5-game-development)
13
-
-[6. Usefull libraries](#6-usefull-libraries)
13
+
-[6. Useful libraries](#6-useful-libraries)
14
14
-[Collections](#collections)
15
15
-[Date and Time](#date-and-time)
16
16
-[Dependency Injection and AOP](#dependency-injection-and-aop-frameworks)
@@ -329,6 +329,7 @@ This is a fork of [awesome link](https://github.com/akullpp/awesome-java) with n
329
329
1.[JCTools](https://github.com/JCTools/JCTools) - Concurrency tools currently missing from the JDK. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). 
1.[ArchUnit](https://github.com/TNG/ArchUnit) is a free, simple and extensible library for checking the architecture of your Java code. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , [](https://github.com/TNG/ArchUnit). 
960
962
1.[Junit](https://github.com/junit-team/junit4) Common testing framework. License: [Eclipse Public 1.0](https://www.eclipse.org/legal/epl-v10.html) , [](https://github.com/junit-team/junit4). 
961
963
1.[Mockito](https://github.com/mockito/mockito) Creation of test double objects in automated unit tests for the purpose of TDD or BDD. License: [MIT](https://opensource.org/licenses/MIT) , [](https://github.com/mockito/mockito). 
962
964
1.[Selenium](https://github.com/SeleniumHQ/selenium) Portable software testing framework for web applications. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , [](https://github.com/SeleniumHQ/selenium). 
0 commit comments