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