Skip to content

Commit e359acc

Browse files
committed
Auto Update
1 parent a7ccfad commit e359acc

1 file changed

Lines changed: 10 additions & 15 deletions

File tree

README.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,28 +70,23 @@ FastFileIndex out-performs standard Java NIO indexing by utilizing Windows-speci
7070
Add 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

0 commit comments

Comments
 (0)