aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jopt-simple/src/site/apt/download.apt.vm
blob: dde9015f5ec3fc88a3c603460c56e9ca6091dd3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
                                       --------
                                       Download
                                       --------

    Releases of JOpt Simple are synced to the central Maven repository.  Declare a
    dependency element in your POM like so:

+---------------------------------------------
...
<dependencies>
  ...
  <dependency>
    <groupId>net.sf.jopt-simple</groupId>
    <artifactId>jopt-simple</artifactId>
    <version>${project.version}</version>
  </dependency>
  ...
</dependencies>
...
+---------------------------------------------

    If you're not using Maven, you can still download the newer releases from the Maven
    repository manually, {{{http://repo1.maven.org/maven2/net/sf/jopt-simple/jopt-simple} here}}.

    You can find older releases at
    {{{http://sourceforge.net/project/showfiles.php?group_id=125731} SourceForge}}.