is not current version
Last Version 21

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

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

17
Type

Type

jar

Download oss-build-support 17


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