Skip to content

Commit

Permalink
Fixed JCommander.org web site
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Aug 18, 2024
1 parent a20715b commit 4b97c34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1163,14 +1163,14 @@ You can download JCommander from the following locations:

[source,groovy]
----
compile("org.jcommander:jcommander:1.84")
compile("org.jcommander:jcommander:2.0")
----

- Gradle

[source,groovy]
----
compile "org.jcommander:jcommander:1.84"
compile "org.jcommander:jcommander:2.0"
----

- Maven:
Expand All @@ -1180,7 +1180,7 @@ compile "org.jcommander:jcommander:1.84"
<dependency>
<groupId>org.jcommander</groupId>
<artifactId>jcommander</artifactId>
<version>1.84</version>
<version>2.0</version>
</dependency>
----

Expand Down

0 comments on commit 4b97c34

Please sign in to comment.