is not current version
Last Version 21

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

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

16
Type

Type

jar

Download oss-build-support 16


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