| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools Auto Application Layer Libs Code Generators | 
| GroupId | GroupIdgov.nist.secauto | 
| ArtifactId | ArtifactIdoss-maven | 
| Version | Version21 | 
| Type | Typepom | 
| Description | DescriptionBuild Root A common build root for all NIST projects related to Security Automation. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| oss-maven-21.pom | 25 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/gov.nist.secauto/oss-maven/ -->
<dependency>
    <groupId>gov.nist.secauto</groupId>
    <artifactId>oss-maven</artifactId>
    <version>21</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/gov.nist.secauto/oss-maven/
implementation 'gov.nist.secauto:oss-maven:21'// https://jarcasting.com/artifacts/gov.nist.secauto/oss-maven/
implementation ("gov.nist.secauto:oss-maven:21")'gov.nist.secauto:oss-maven:pom:21'<dependency org="gov.nist.secauto" name="oss-maven" rev="21">
  <artifact name="oss-maven" type="pom" />
</dependency>@Grapes(
@Grab(group='gov.nist.secauto', module='oss-maven', version='21')
)libraryDependencies += "gov.nist.secauto" % "oss-maven" % "21"[gov.nist.secauto/oss-maven "21"]