Skip to content

2.4.5

Latest
Compare
Choose a tag to compare
@codeka codeka released this 22 May 17:57
· 1 commit to master since this release

For Issue #38, added an elvis operator. See the docs for details.

As with previous releases, the recommended approach for using Carrot is via Maven or Gradle:

With Maven:

<dependency>
  <groupId>au.com.codeka</groupId>
  <artifactId>carrot</artifactId>
  <version>2.4.5</version>
</dependency>

With Gradle:

implementation 'au.com.codeka:carrot:2.4.5'