fixefid

Fixefid is a Java library for working with flat fixed formatted text files.

License

License

GroupId

GroupId

com.github.parmag
ArtifactId

ArtifactId

fixefid
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

fixefid
Fixefid is a Java library for working with flat fixed formatted text files.
Project URL

Project URL

https://parmag.github.io/fixefid/
Source Code Management

Source Code Management

http://github.com/parmag/fixefid

Download fixefid

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.parmag/fixefid/ -->
<dependency>
    <groupId>com.github.parmag</groupId>
    <artifactId>fixefid</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.parmag/fixefid/
implementation 'com.github.parmag:fixefid:3.0.0'
// https://jarcasting.com/artifacts/com.github.parmag/fixefid/
implementation ("com.github.parmag:fixefid:3.0.0")
'com.github.parmag:fixefid:jar:3.0.0'
<dependency org="com.github.parmag" name="fixefid" rev="3.0.0">
  <artifact name="fixefid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.parmag', module='fixefid', version='3.0.0')
)
libraryDependencies += "com.github.parmag" % "fixefid" % "3.0.0"
[com.github.parmag/fixefid "3.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0
2.0.0
1.1.0
1.0.0