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