q

quicken4j

Java library for parsing Quicken Interchange Format (QIF) files.
GNU General Public License 3
Peter Reutemann
Files download
File Operation
quicken4j-0.0.3.jar download
quicken4j-0.0.3.pom download
quicken4j-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>quicken4j</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.fracpete:quicken4j:0.0.3'
Gradle Kotlin
implementation("com.github.fracpete:quicken4j:0.0.3")
Scala SBT
libraryDependencies += "com.github.fracpete" % "quicken4j" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fracpete', module='quicken4j', version='0.0.3')
)
Apache Ivy
<dependency org="com.github.fracpete" name="quicken4j" rev="0.0.3" />
Leiningen
[com.github.fracpete/quicken4j "0.0.3"]
Apache Buildr
'com.github.fracpete:quicken4j:jar:0.0.3'