Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.ofx4j |
ArtifactId | ArtifactIdofx4j |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
ofx4j-1.3.pom | |
ofx4j-1.3.jar | 300 KB |
ofx4j-1.3-sources.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ofx4j/ofx4j/ -->
<dependency>
<groupId>net.sf.ofx4j</groupId>
<artifactId>ofx4j</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ofx4j/ofx4j/
implementation 'net.sf.ofx4j:ofx4j:1.3'
// https://jarcasting.com/artifacts/net.sf.ofx4j/ofx4j/
implementation ("net.sf.ofx4j:ofx4j:1.3")
'net.sf.ofx4j:ofx4j:jar:1.3'
<dependency org="net.sf.ofx4j" name="ofx4j" rev="1.3">
<artifact name="ofx4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ofx4j', module='ofx4j', version='1.3')
)
libraryDependencies += "net.sf.ofx4j" % "ofx4j" % "1.3"
[net.sf.ofx4j/ofx4j "1.3"]