GroupId | GroupIdorg.openbp |
---|---|
ArtifactId | ArtifactIdopenbp-cockpit-plugin-imageexport |
Version | Version0.9.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openbp/openbp-cockpit-plugin-imageexport/ -->
<dependency>
<groupId>org.openbp</groupId>
<artifactId>openbp-cockpit-plugin-imageexport</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-cockpit-plugin-imageexport/
implementation 'org.openbp:openbp-cockpit-plugin-imageexport:0.9.8'
// https://jarcasting.com/artifacts/org.openbp/openbp-cockpit-plugin-imageexport/
implementation ("org.openbp:openbp-cockpit-plugin-imageexport:0.9.8")
'org.openbp:openbp-cockpit-plugin-imageexport:jar:0.9.8'
<dependency org="org.openbp" name="openbp-cockpit-plugin-imageexport" rev="0.9.8">
<artifact name="openbp-cockpit-plugin-imageexport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-cockpit-plugin-imageexport', version='0.9.8')
)
libraryDependencies += "org.openbp" % "openbp-cockpit-plugin-imageexport" % "0.9.8"
[org.openbp/openbp-cockpit-plugin-imageexport "0.9.8"]