Changes

1 byte removed ,  16:42, 5 April 2021
remove extra colon in junit dependency string
Line 61: Line 61:  
* <code>''<artifact>''-''<classifier>''.''<ext>''</code>
 
* <code>''<artifact>''-''<classifier>''.''<ext>''</code>
   −
For example, for the dependency <code>:junit:junit:4.8.1</code>, it will first search for <code>junit-4.8.1.jar</code> then <code>junit.jar</code>. The group ID in the dependency descriptor is always ignored.
+
For example, for the dependency <code>junit:junit:4.8.1</code>, it will first search for <code>junit-4.8.1.jar</code> then <code>junit.jar</code>. The group ID in the dependency descriptor is always ignored.
297

edits