is not current version
Last Version 0.9.11

org.openbp:openbp-core 0.9.10

Functionality used by both OpenBP Server and OpenBP Cockpit

GroupId

GroupId

org.openbp
ArtifactId

ArtifactId

openbp-core
Version

Version

0.9.10
Type

Type

jar

Download openbp-core 0.9.10


<!-- https://jarcasting.com/artifacts/org.openbp/openbp-core/ -->
<dependency>
    <groupId>org.openbp</groupId>
    <artifactId>openbp-core</artifactId>
    <version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-core/
implementation 'org.openbp:openbp-core:0.9.10'
// https://jarcasting.com/artifacts/org.openbp/openbp-core/
implementation ("org.openbp:openbp-core:0.9.10")
'org.openbp:openbp-core:jar:0.9.10'
<dependency org="org.openbp" name="openbp-core" rev="0.9.10">
  <artifact name="openbp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-core', version='0.9.10')
)
libraryDependencies += "org.openbp" % "openbp-core" % "0.9.10"
[org.openbp/openbp-core "0.9.10"]