| 
									
										
										
										
											2020-04-07 14:50:03 +05:30
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2021-05-06 19:53:35 +05:30
										 |  |  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							|  |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2020-04-07 14:50:03 +05:30
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>core-java-collections-maps-2</artifactId> | 
					
						
							|  |  |  |     <name>core-java-collections-maps-2</name> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2021-05-06 19:53:35 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-07 14:50:03 +05:30
										 |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2020-05-25 16:15:48 +02:00
										 |  |  |         <groupId>com.baeldung.core-java-modules</groupId> | 
					
						
							|  |  |  |         <artifactId>core-java-modules</artifactId> | 
					
						
							| 
									
										
										
										
											2020-04-07 14:50:03 +05:30
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.eclipse.collections</groupId> | 
					
						
							|  |  |  |             <artifactId>eclipse-collections</artifactId> | 
					
						
							|  |  |  |             <version>${eclipse-collections.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2020-08-15 17:59:34 -03:00
										 |  |  |             <groupId>com.carrotsearch</groupId> | 
					
						
							|  |  |  |             <artifactId>hppc</artifactId> | 
					
						
							|  |  |  |             <version>${hppc.version}</version> | 
					
						
							| 
									
										
										
										
											2020-04-07 14:50:03 +05:30
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>it.unimi.dsi</groupId> | 
					
						
							|  |  |  |             <artifactId>fastutil</artifactId> | 
					
						
							|  |  |  |             <version>${fastutil.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-lang3</artifactId> | 
					
						
							|  |  |  |             <version>${commons-lang3.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-collections4</artifactId> | 
					
						
							|  |  |  |             <version>${commons-collections4.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>one.util</groupId> | 
					
						
							|  |  |  |             <artifactId>streamex</artifactId> | 
					
						
							|  |  |  |             <version>${streamex.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.jayway.awaitility</groupId> | 
					
						
							|  |  |  |             <artifactId>awaitility</artifactId> | 
					
						
							|  |  |  |             <version>${avaitility.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2022-10-01 17:49:27 -05:00
										 |  |  |         <streamex.version>0.8.1</streamex.version> | 
					
						
							| 
									
										
										
										
											2020-04-07 14:50:03 +05:30
										 |  |  |         <avaitility.version>1.7.0</avaitility.version> | 
					
						
							|  |  |  |         <eclipse-collections.version>8.2.0</eclipse-collections.version> | 
					
						
							| 
									
										
										
										
											2020-08-15 17:59:34 -03:00
										 |  |  |         <hppc.version>0.7.2</hppc.version> | 
					
						
							| 
									
										
										
										
											2020-04-07 14:50:03 +05:30
										 |  |  |         <fastutil.version>8.1.0</fastutil.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-20 22:37:54 +05:30
										 |  |  | </project> |