is not current version
Last Version 21

gov.nist.secauto:oss-build-support 14

A shared resource providing common build dependencies used in maven builds for code style, and other code quality checks.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

gov.nist.secauto
ArtifactId

ArtifactId

oss-build-support
Version

Version

14
Type

Type

jar

Download oss-build-support 14


<!-- https://jarcasting.com/artifacts/gov.nist.secauto/oss-build-support/ -->
<dependency>
    <groupId>gov.nist.secauto</groupId>
    <artifactId>oss-build-support</artifactId>
    <version>14</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-build-support/
implementation 'gov.nist.secauto:oss-build-support:14'
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-build-support/
implementation ("gov.nist.secauto:oss-build-support:14")
'gov.nist.secauto:oss-build-support:jar:14'
<dependency org="gov.nist.secauto" name="oss-build-support" rev="14">
  <artifact name="oss-build-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nist.secauto', module='oss-build-support', version='14')
)
libraryDependencies += "gov.nist.secauto" % "oss-build-support" % "14"
[gov.nist.secauto/oss-build-support "14"]