is not current version
Last Version 0.6.0

br.com.objectos.way:flat 0.5.0

A simple Java API to read and write flat files.

GroupId

GroupId

br.com.objectos.way
ArtifactId

ArtifactId

flat
Version

Version

0.5.0
Type

Type

pom

Download flat 0.5.0

Filename Size
flat-0.5.0.pom 709 bytes
Browse

<!-- https://jarcasting.com/artifacts/br.com.objectos.way/flat/ -->
<dependency>
    <groupId>br.com.objectos.way</groupId>
    <artifactId>flat</artifactId>
    <version>0.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.way/flat/
implementation 'br.com.objectos.way:flat:0.5.0'
// https://jarcasting.com/artifacts/br.com.objectos.way/flat/
implementation ("br.com.objectos.way:flat:0.5.0")
'br.com.objectos.way:flat:pom:0.5.0'
<dependency org="br.com.objectos.way" name="flat" rev="0.5.0">
  <artifact name="flat" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.way', module='flat', version='0.5.0')
)
libraryDependencies += "br.com.objectos.way" % "flat" % "0.5.0"
[br.com.objectos.way/flat "0.5.0"]