| License |
License |
|---|---|
| GroupId | GroupIdro.fortsoft.ff2j |
| ArtifactId | ArtifactIdff2j |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFF2J
Simple flat file to java objects converter using annotation
|
| Filename | Size |
|---|---|
| ff2j-0.6.pom | |
| ff2j-0.6.jar | 19 KB |
| ff2j-0.6-sources.jar | 15 KB |
| ff2j-0.6-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft.ff2j/ff2j/ -->
<dependency>
<groupId>ro.fortsoft.ff2j</groupId>
<artifactId>ff2j</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.ff2j/ff2j/
implementation 'ro.fortsoft.ff2j:ff2j:0.6'
// https://jarcasting.com/artifacts/ro.fortsoft.ff2j/ff2j/
implementation ("ro.fortsoft.ff2j:ff2j:0.6")
'ro.fortsoft.ff2j:ff2j:jar:0.6'
<dependency org="ro.fortsoft.ff2j" name="ff2j" rev="0.6">
<artifact name="ff2j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.ff2j', module='ff2j', version='0.6')
)
libraryDependencies += "ro.fortsoft.ff2j" % "ff2j" % "0.6"
[ro.fortsoft.ff2j/ff2j "0.6"]