License |
License |
---|---|
GroupId | GroupIdorg.openbp |
ArtifactId | ArtifactIdopenbp-builder |
Version | Version0.9.11 |
Type | Typepom |
Description |
Descriptionopenbp-builder
This file is the builder pom of the project. It defines the structure of the project as well as all plugin versions and configurations.
|
Filename | Size |
---|---|
openbp-builder-0.9.11.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbp/openbp-builder/ -->
<dependency>
<groupId>org.openbp</groupId>
<artifactId>openbp-builder</artifactId>
<version>0.9.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-builder/
implementation 'org.openbp:openbp-builder:0.9.11'
// https://jarcasting.com/artifacts/org.openbp/openbp-builder/
implementation ("org.openbp:openbp-builder:0.9.11")
'org.openbp:openbp-builder:pom:0.9.11'
<dependency org="org.openbp" name="openbp-builder" rev="0.9.11">
<artifact name="openbp-builder" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-builder', version='0.9.11')
)
libraryDependencies += "org.openbp" % "openbp-builder" % "0.9.11"
[org.openbp/openbp-builder "0.9.11"]