Last Version

FFPOJO Project 1.0

The FFPOJO Project is a Flat-File Parser library for Java applications.

License

License

GroupId

GroupId

com.github.ffpojo
ArtifactId

ArtifactId

ffpojo-parent
Version

Version

1.0
Type

Type

pom
Description

Description

FFPOJO Project
The FFPOJO Project is a Flat-File Parser library for Java applications.
Project URL

Project URL

https://github.com/ffpojo

Download ffpojo-parent 1.0

Filename Size
ffpojo-parent-1.0.pom 2 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

  • ffpojo
  • ffpojo-samples