GroupId | GroupIdorg.openfuxml |
---|---|
ArtifactId | ArtifactIdofx |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
ofx-1.3.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openfuxml/ofx/ -->
<dependency>
<groupId>org.openfuxml</groupId>
<artifactId>ofx</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openfuxml/ofx/
implementation 'org.openfuxml:ofx:1.3.0'
// https://jarcasting.com/artifacts/org.openfuxml/ofx/
implementation ("org.openfuxml:ofx:1.3.0")
'org.openfuxml:ofx:pom:1.3.0'
<dependency org="org.openfuxml" name="ofx" rev="1.3.0">
<artifact name="ofx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openfuxml', module='ofx', version='1.3.0')
)
libraryDependencies += "org.openfuxml" % "ofx" % "1.3.0"
[org.openfuxml/ofx "1.3.0"]