Download ofx4j-1.6.jar file - Jar o

Jar examples for o:ofx4j

Description

OFX4J is a Java implementation of Open Financial Exchange, which defines web service APIs for interfacing with financial institutions.

You can download jar file ofx4j 1.6 in this page.

License

Apache 2

Build File

You can use the following script to add ofx4j-1.6.jar to your project.

<dependency>
   <groupId>net.sf.ofx4j</groupId>
   <artifactId>ofx4j</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'net.sf.ofx4j', name: 'ofx4j', version: '1.6'
libraryDependencies += "net.sf.ofx4j" % "ofx4j" % "1.6"
<dependency org="net.sf.ofx4j" name="ofx4j" rev="1.6"/>
@Grapes(@Grab(group='net.sf.ofx4j', module='ofx4j', version='1.6'))
'net.sf.ofx4j:ofx4j:jar:1.6'

Download

Click the following link to download the jar file.

ofx4j-1.6-sources.jar
ofx4j-1.6.jar
ofx4j-1.6.pom



Related Tutorials