is not current version
Last Version 21

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

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

13
Type

Type

jar

Download oss-build-support 13


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