Skip to content

adaptris/interlok-flatfile

Repository files navigation

interlok-flatfile

GitHub tag license Actions Status codecov CodeQL Known Vulnerabilities Closed PRs

As part of the 3.9.0 release, we decided to move flatfile support into its own package.

So here it is, if you were looking for it, then you can still depend on it via gradle/ivy/maven as usual.

compile ("com.adaptris:interlok-flatfile:3.9-SNAPSHOT") { changing= true}
<dependency org="com.adaptris" name="interlok-flatfile" rev="3.9-SNAPSHOT" conf="runtime->default" changing="true"/>
<dependency>
  <groupId>com.adaptris</groupId>
  <artifactId>interlok-flatfile</artifactId>
  <version>3.9-SNAPSHOT</version>
</dependency>