is not current version
Last Version 1.0.19

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

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.15
Type

Type

pom

Download qa-parent 1.0.15

Filename Size
qa-parent-1.0.15.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.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.common/qa-parent/
implementation 'com.github.bordertech.common:qa-parent:1.0.15'
// https://jarcasting.com/artifacts/com.github.bordertech.common/qa-parent/
implementation ("com.github.bordertech.common:qa-parent:1.0.15")
'com.github.bordertech.common:qa-parent:pom:1.0.15'
<dependency org="com.github.bordertech.common" name="qa-parent" rev="1.0.15">
  <artifact name="qa-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.common', module='qa-parent', version='1.0.15')
)
libraryDependencies += "com.github.bordertech.common" % "qa-parent" % "1.0.15"
[com.github.bordertech.common/qa-parent "1.0.15"]