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