Skip to content
This repository was archived by the owner on Jan 8, 2018. It is now read-only.

Releases: 52North/janmayen

Jan Mayen v1.2.0

29 Nov 14:33
9fc64d5

Choose a tag to compare

Various changes

This release is available on Maven Central:

<dependency>
    <groupId>org.n52.janmayen</groupId>
    <artifactId>janmayen</artifactId>
    <version>1.2.0</version>
</dependency>

Jan Mayen v1.1.0

02 Jun 09:22
35b770b

Choose a tag to compare

Changes

  • updated parent pom to v7
  • new java.util.function.Consumer utilities: org.n52.janmayen.function.Consumers
  • various JavaDoc additions
  • new methods in org.n52.janmayen.function.Predicates

This release is available on Maven Central:

<dependency>
    <groupId>org.n52.janmayen</groupId>
    <artifactId>janmayen</artifactId>
    <version>1.1.0</version>
</dependency>

Jan Mayen v1.0.0

24 Jan 08:42
205d365

Choose a tag to compare

Initial release of 52°North Jan Mayen, 52N's hodgepodge of useful little helpers, comprising utility classes from 52N's SOS, WPS, Iceland and other projects.

This release is available on Maven Central:

<dependency>
    <groupId>org.n52.janmayen</groupId>
    <artifactId>janmayen</artifactId>
    <version>1.0.0</version>
</dependency>