jesg / combinatoricslib

Automatically exported from code.google.com/p/combinatoricslib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish to a public maven repo.

GoogleCodeExporter opened this issue · comments

Would be nice to publish release into a public maven repository. 

Regards,

Original issue reported on code.google.com by regis.ca...@gmail.com on 18 Nov 2012 at 2:44

An account for Sonatype OSS Maven Repository has been requested

Original comment by d.pau...@gmail.com on 17 Dec 2012 at 1:25

  • Changed state: Started
combinatoricslib is available through maven now
Include this section into your pom.xml file.

{{{
<dependency>
  <groupId>com.googlecode.combinatoricslib</groupId>
  <artifactId>combinatoricslib</artifactId>
  <version>2.0</version>
  <scope>compile</scope>
</dependency>
}}}

Original comment by d.pau...@gmail.com on 26 Dec 2012 at 9:41

  • Changed state: Fixed
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect