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.markdown
+15-15
Original file line number
Diff line number
Diff line change
@@ -21,24 +21,24 @@ Quick start
21
21
#### Using Maven
22
22
The quickest and easiest way to start using MongoJack is to use Maven. To do that, add the following to your dependencies list:
23
23
24
-
<dependency>
25
-
<groupId>org.mongojack</groupId>
26
-
<artifactId>mongojack</artifactId>
27
-
<version>2.1.0-SNAPSHOT</version>
28
-
</dependency>
24
+
<dependency>
25
+
<groupId>org.mongojack</groupId>
26
+
<artifactId>mongojack</artifactId>
27
+
<version>2.1.0-SNAPSHOT</version>
28
+
</dependency>
29
29
30
30
You will also have to tell Maven to use the snapshot repository. To do that, add the following above the `<build />` element and as a subelement of `<project />`:
0 commit comments