is not current version
Last Version 0.9.11

org.openbp:openbp-builder 0.9.10

This file is the builder pom of the project. It defines the structure of the project as well as all plugin versions and configurations.

GroupId

GroupId

org.openbp
ArtifactId

ArtifactId

openbp-builder
Version

Version

0.9.10
Type

Type

pom

Download openbp-builder 0.9.10


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