File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,28 +70,23 @@ FastFileIndex out-performs standard Java NIO indexing by utilizing Windows-speci
7070Add the JitPack repository and the dependencies to your ` pom.xml ` :
7171
7272``` xml
73-
7473<repositories >
7574 <repository >
7675 <id >jitpack.io</id >
7776 <url >https://jitpack.io</url >
7877 </repository >
7978</repositories >
80-
8179<dependencies >
82- <!-- FastFileIndex Library -->
83- <dependency >
84- <groupId >com.github.andrestubbe</groupId >
85- <artifactId >fastfileindex</artifactId >
86- <version >v0.1.0</version >
87- </dependency >
88-
89- <!-- FastCore (Required Native Loader) -->
90- <dependency >
91- <groupId >com.github.andrestubbe</groupId >
92- <artifactId >fastcore</artifactId >
93- <version >v0.1.0</version >
94- </dependency >
80+ <dependency >
81+ <groupId >com.github.andrestubbe</groupId >
82+ <artifactId >fastfileindex</artifactId >
83+ <version >v0.1.0</version >
84+ </dependency >
85+ <dependency >
86+ <groupId >com.github.andrestubbe</groupId >
87+ <artifactId >fastcore</artifactId >
88+ <version >v0.1.0</version >
89+ </dependency >
9590</dependencies >
9691```
9792
You can’t perform that action at this time.
0 commit comments