Skip to content

Release 0.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 11:25

Artifacts

Maven Central: neonbee-core-0.24.0

Maven

<!-- https://mvnrepository.com/artifact/io.neonbee/neonbee-core -->
<dependency>
  <groupId>io.neonbee</groupId>
  <artifactId>neonbee-core</artifactId>
  <version>0.24.0</version>
</dependency>

Gradle

// https://mvnrepository.com/artifact/io.neonbee/neonbee-core
implementation group: 'io.neonbee', name: 'neonbee-core', version: '0.24.0'

Changelog

Features

  • expose module registration for Databind codec (7092837c)