Black Pepper Parent

Parent POM for Black Pepper projects.

License

License

GroupId

GroupId

uk.co.blackpepper
ArtifactId

ArtifactId

bp-parent
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

pom
Description

Description

Black Pepper Parent
Parent POM for Black Pepper projects.
Project URL

Project URL

https://github.com/BlackPepperSoftware/bp-parent
Project Organization

Project Organization

Black Pepper Software
Source Code Management

Source Code Management

https://github.com/BlackPepperSoftware/bp-parent

Download bp-parent

Filename Size
bp-parent-1.5.0.pom 14 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Black Pepper Parent

Parent POM for Black Pepper projects.

Getting started

To use this POM in your project, update your POM to extend it as follows:

<parent>
    <groupId>uk.co.blackpepper</groupId>
    <artifactId>bp-parent</artifactId>
    <version>1.5.0</version>
</parent>

License

Build Status

uk.co.blackpepper

Black Pepper Software

An agile software development company focused on providing business value.

Versions

Version
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0