is not current version
Last Version 1.6

net.sf.ofx4j:ofx4j 1.1

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

Categories

Categories

Net
GroupId

GroupId

net.sf.ofx4j
ArtifactId

ArtifactId

ofx4j
Version

Version

1.1
Type

Type

jar

Download ofx4j 1.1


<!-- https://jarcasting.com/artifacts/net.sf.ofx4j/ofx4j/ -->
<dependency>
    <groupId>net.sf.ofx4j</groupId>
    <artifactId>ofx4j</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ofx4j/ofx4j/
implementation 'net.sf.ofx4j:ofx4j:1.1'
// https://jarcasting.com/artifacts/net.sf.ofx4j/ofx4j/
implementation ("net.sf.ofx4j:ofx4j:1.1")
'net.sf.ofx4j:ofx4j:jar:1.1'
<dependency org="net.sf.ofx4j" name="ofx4j" rev="1.1">
  <artifact name="ofx4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ofx4j', module='ofx4j', version='1.1')
)
libraryDependencies += "net.sf.ofx4j" % "ofx4j" % "1.1"
[net.sf.ofx4j/ofx4j "1.1"]