Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@amatiushkin amatiushkin released this 23 Jul 18:56
· 20 commits to master since this release
6fadc10

Removes unused dependencies: Apache Collections and SLF4J.

Release notes: https://github.com/intuit/Traverser/blob/master/RELEASE.md#101

Maven:

<dependency>
  <groupId>com.intuit.commons</groupId>
  <artifactId>traverser</artifactId>
  <version>1.0.1</version>
</dependency>

Gradle:

implementation 'com.intuit.commons:traverser:1.0.1'