using in a maven project

25 views
Skip to first unread message

theonlygusti

unread,
Jan 3, 2017, 2:00:43 PM1/3/17
to jcommander
In the downloads section of your website you provide these instructions for maven:

<dependency>
  <groupId>com.beust</groupId>
  <artifactId>jcommander</artifactId>
  <version>1.48</version>
</dependency>

However, where do I get the repository from? I am accustomed to needing to specify a repository with a dependency, for example:

<repository>
  <id>spigot-repo</id>
</repository>

Is there an online reliable repository for your tool?

Cédric Beust ♔

unread,
Jan 3, 2017, 2:02:38 PM1/3/17
to jcomm...@googlegroups.com

-- 
Cédric


--
You received this message because you are subscribed to the Google Groups "jcommander" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jcommander+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

theonlygusti

unread,
Jan 3, 2017, 2:11:21 PM1/3/17
to jcommander, ced...@beust.com
Sorry to be asking a perhaps nooby question, but do you mind posting an example of what my repository reference should contain?

<repository>
  <id>what-goes-here?</id>
  <url>what-goes-here?</url>
</repository>

-- 
Cédric


To unsubscribe from this group and stop receiving emails from it, send an email to jcommander+...@googlegroups.com.

Cédric Beust ♔

unread,
Jan 3, 2017, 2:13:52 PM1/3/17
to theonlygusti, jcommander
<repositories>
    <repository>
      <id>jcenter</id>
      <url>https://jcenter.bintray.com/</url>
    </repository>
</repositories>

-- 
Cédric

Reply all
Reply to author
Forward
0 new messages