q

qifparser

Quicken Interchange Format Parser
GNU General Public License 3
Files download
File Operation
qifparser-0.0.1.jar download
qifparser-0.0.1.pom download
qifparser-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.joshiyogesh</groupId>
  <artifactId>qifparser</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.joshiyogesh:qifparser:0.0.1'
Gradle Kotlin
implementation("com.github.joshiyogesh:qifparser:0.0.1")
Scala SBT
libraryDependencies += "com.github.joshiyogesh" % "qifparser" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.joshiyogesh', module='qifparser', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.joshiyogesh" name="qifparser" rev="0.0.1" />
Leiningen
[com.github.joshiyogesh/qifparser "0.0.1"]
Apache Buildr
'com.github.joshiyogesh:qifparser:jar:0.0.1'