| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ffpojo |
| ArtifactId | ArtifactIdffpojo-parent |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFFPOJO Project
The FFPOJO Project is a Flat-File Parser library for Java applications.
|
| Project URL |
Project URL |
| 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |