mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 20:07:11 -07:00
Clarifications.
This commit is contained in:
parent
c1771bb98f
commit
a46d28a420
1 changed files with 12 additions and 11 deletions
|
@ -241,7 +241,7 @@ Kobalt lets you specify Maven coordinates in one line, such as <code>"org.testng
|
|||
<p>
|
||||
The standard format for such coordinates, as explained in the link above, is:
|
||||
</p>
|
||||
<pre>
|
||||
<pre class="brush:plain">
|
||||
groupId:artifactId:packaging:classifier:version</pre>
|
||||
<p>
|
||||
<code>packaging</code> and <code>classifier</code> are optional and can be omitted. If <code>version</code>
|
||||
|
@ -252,9 +252,10 @@ groupId:artifactId:packaging:classifier:version</pre>
|
|||
<p>
|
||||
For example, here is a Maven coordinate specifying a classifier:
|
||||
</p>
|
||||
<pre>
|
||||
<pre class="brush:plain">
|
||||
# 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</pre>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue