wenxiangtune / combinatoricslib

Automatically exported from code.google.com/p/combinatoricslib
0 stars 0 forks source link

Maven Central Repo is weird #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
URL : 
http://search.maven.org/#artifactdetails%7Ccom.googlecode.combinatoricslib%7Ccom
binatoricslib%7C2.0%7Cjar

See screenshot.

<artifactId>combinatoricslib</artifactId>
versus
<artifactId>combinatoricsLib</artifactId>

Original issue reported on code.google.com by kevinarpe@gmail.com on 12 Nov 2013 at 4:31

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It is scheduled to be fixed in the version 2.1 in February 2014

Original comment by d.pau...@gmail.com on 7 Jan 2014 at 11:48

GoogleCodeExporter commented 8 years ago
Fixed in the version 2.1. Please try to use the following dependency

<dependency>
  <groupId>com.googlecode.combinatoricslib</groupId>
  <artifactId>combinatoricslib</artifactId>
  <version>2.1</version>
  <scope>compile</scope>
</dependency>

Original comment by d.pau...@gmail.com on 19 Jun 2014 at 7:03