"org.testng
The standard format for such coordinates, as explained in the link above, is:
-
+
groupId:artifactId:packaging:classifier:version
-
- packaging
and classifier
are optional and can be omitted. If version
- is omitted, Kobalt will resolve the artifact to its latest version from all the specified repos.
- Most of the time, you will only specify groupId
, artifactId
and version
, but if you ever need to specify additional components such as packaging
(sometimes referred to as "extension
") or classifier
,
- please take note that these should appear before the version number.
-
-
- For example, here is a Maven coordinate specifying a classifier:
-
-
+
+ packaging
and classifier
are optional and can be omitted. If version
+ is omitted, Kobalt will resolve the artifact to its latest version from all the specified repos.
+ Most of the time, you will only specify groupId
, artifactId
and version
, but if you ever need to specify additional components such as packaging
(sometimes referred to as "extension
") or classifier
,
+ please take note that these should appear before the version number.
+
+
+ For example, here is a Maven coordinate specifying a classifier:
+
+
# No version, resolves to the latest
org.testng:testng:
+
# Specifies an extension and a qualifier
com.badlogicgames.gdx:gdx-platform:jar:natives-desktop:1.9.2