is not current version
Last Version 1.0.19

com.github.bordertech.common:bordertech-parent 1.0.6

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.

GroupId

GroupId

com.github.bordertech.common
ArtifactId

ArtifactId

bordertech-parent
Version

Version

1.0.6
Type

Type

pom

Download bordertech-parent 1.0.6


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