MVN

net.sf.ofx4j : ofx4j

Maven & Gradle

Jun 12, 2012
1 usages

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

<dependency>
    <groupId>net.sf.ofx4j</groupId>
    <artifactId>ofx4j</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.ofx4j : ofx4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6
  • Latest Release Candidate: 1.6-RC2

All Versions

Choose a version of net.sf.ofx4j : ofx4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
ofx4j-1.6
ofx4j-1.6-RC2
ofx4j-1.6-RC1
1.5
ofx4j-1.5
1.4
ofx4j-1.4
1.3
ofx4j-1.3
1.2
ofx4j-1.2
1.1
ofx4j-1.1
1.0
ofx4j-1.0

How to add a dependency to Maven

Add the following net.sf.ofx4j : ofx4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.ofx4j</groupId>
    <artifactId>ofx4j</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.ofx4j : ofx4j gradle dependency to your build.gradle file:

implementation 'net.sf.ofx4j:ofx4j:1.6'

Gradle Kotlin DSL: Add the following net.sf.ofx4j : ofx4j gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.ofx4j:ofx4j:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.ofx4j : ofx4j sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.ofx4j" % "ofx4j" % "1.6"

Advertisement