Skip to content

First stable 2.0 release!

Latest
Compare
Choose a tag to compare
@StaffanArvidsson StaffanArvidsson released this 19 May 19:13

The first stable release of 2.0 now live!

This is in essence the same as the 2.0.0-rc8 release with only minor text-improvements in README, CLI usage texts and javadocs. This is however a milestone for CPSign is it marks the first stable release of the 2.0.0 API. The thin jar files are available from Maven central and can be pulled into your own project using e.g.;

<dependency>
    <groupId>com.arosbio</groupId>
    <artifactId>cpsign-api</artifactId>
    <version>2.0.0</version>
</dependency>