dpaukov / combinatoricslib3

Combinatorial objects stream generators for Java.
Apache License 2.0
177 stars 24 forks source link

Is version 3.1.0 ready ? #3

Closed idreamshen closed 8 years ago

idreamshen commented 8 years ago

Thx

dpaukov commented 8 years ago

No, it is not ready yet. I expect it to be ready for releasing by the end of this month (aug 2016). Meanwhile you can configure your project to use a snapshot version of the library or use combinatoricslib 2.1

<snapshotRepository>
    <id>ossrh</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.1.0-SNAPSHOT</version>
</dependency>
idreamshen commented 8 years ago

ok