Commit 6f85c38 1 parent e78d4aa commit 6f85c38 Copy full SHA for 6f85c38
File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
In this namespace abbreviations are used for Maven's groupId, artifactId, and
23
23
version concepts. So for example:
24
- * `ga ` means groupId & artifactId
25
- * `gav ` means groupId, artifactId & version
24
+ * `GA ` means groupId & artifactId
25
+ * `GAV ` means groupId, artifactId & version
26
26
27
27
In function calls where a version isn't required or provided, the library will
28
28
determine and use the latest available version, as determined from (in order):
279
279
set)))
280
280
281
281
(defn gav->expressions-info
282
- " Returns an expressions-info map for the given Maven GA (group-id,
283
- artifact-id) and optionally V (version).
282
+ " Returns an expressions-info map for the given GA and (optionally) V.
284
283
285
284
If version is not provided, the latest version is looked up (which involves
286
285
file and potentially also network I/O)."
292
291
(pom->expressions-info pom-is (str pom-uri)))))))
293
292
294
293
(defn gav->expressions
295
- " Returns a set of SPDX expressions (Strings) for the given Maven GA (group-id,
296
- artifact-id) and optionally V (version) .
294
+ " Returns a set of SPDX expressions (Strings) for the given GA and optionally
295
+ V .
297
296
298
297
If version is not provided, the latest version is looked up (which involves
299
298
file and potentially also network I/O)."
You can’t perform that action at this time.
0 commit comments