is not current version
Last Version 1.0.19

com.github.bordertech.common:qa-parent 1.0.14

Quality assurance configuration for BorderTech java projects. Note that projects inheriting from this POM also inherit the release configuration from bordertech-parent.

GroupId

GroupId

com.github.bordertech.common
ArtifactId

ArtifactId

qa-parent
Version

Version

1.0.14
Type

Type

pom

Download qa-parent 1.0.14

Filename Size
qa-parent-1.0.14.pom 10 KB
Browse

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