is not current version
Last Version 21

gov.nist.secauto:oss-maven 13

A common build root for all NIST projects related to Security Automation.

Categories

Categories

Maven Build Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

gov.nist.secauto
ArtifactId

ArtifactId

oss-maven
Version

Version

13
Type

Type

pom

Download oss-maven 13

Filename Size
oss-maven-13.pom 7 KB
Browse

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