Last Version

bordertech-parent 1.0.19

Common parent for BorderTech Maven projects. This will help prevent BorderTech projects from bringing in multiple versions of the same dependencies. It also helps configure projects which deploy artifacts to Maven Central.

License

License

GroupId

GroupId

com.github.bordertech.common
ArtifactId

ArtifactId

bordertech-parent
Version

Version

1.0.19
Type

Type

pom
Description

Description

bordertech-parent
Common parent for BorderTech Maven projects. This will help prevent BorderTech projects from bringing in multiple versions of the same dependencies. It also helps configure projects which deploy artifacts to Maven Central.
Project URL

Project URL

https://github.com/bordertech/java-common/
Source Code Management

Source Code Management

https://github.com/bordertech/java-common

Download bordertech-parent 1.0.19


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

Dependencies

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

Project Modules

  • build-tools
  • qa-parent