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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ There are two repositories where Open DIS can be found; JitPack and Maven Centra
29
29
30
30
#### JitPack
31
31
32
-
[JitPack](https://jitpack.io/) is a terrific service that enables you to include any development snapshot of the Open DIS java library as a Maven dependency in your project.
33
-
A common use case for this is wanting to try the very latest code, prior to a formal release to Maven Central being made.
32
+
[JitPack](https://jitpack.io/) is a terrific service that enables you to fetch any development snapshot or tagged release of the Open DIS java library as a Maven dependency in your project.
33
+
A use case for JitPack is if you'd like to use changes that have been merged, but a formal release has not been tagged and published to Maven Central yet.
34
34
To do so, do the following:
35
35
36
36
1. Add the jitpack repository to your project `pom.xml`.
0 commit comments