Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.openfuxml |
ArtifactId | ArtifactIdofx-client |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
ofx-client-1.3.4.pom | |
ofx-client-1.3.4.jar | 11 KB |
ofx-client-1.3.4-sources.jar | 4 KB |
ofx-client-1.3.4-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openfuxml/ofx-client/ -->
<dependency>
<groupId>org.openfuxml</groupId>
<artifactId>ofx-client</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openfuxml/ofx-client/
implementation 'org.openfuxml:ofx-client:1.3.4'
// https://jarcasting.com/artifacts/org.openfuxml/ofx-client/
implementation ("org.openfuxml:ofx-client:1.3.4")
'org.openfuxml:ofx-client:jar:1.3.4'
<dependency org="org.openfuxml" name="ofx-client" rev="1.3.4">
<artifact name="ofx-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openfuxml', module='ofx-client', version='1.3.4')
)
libraryDependencies += "org.openfuxml" % "ofx-client" % "1.3.4"
[org.openfuxml/ofx-client "1.3.4"]