License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdgov.nist.secauto |
ArtifactId | ArtifactIdoss-parent |
Version | Version19 |
Type | Typepom |
Description |
DescriptionParent POM
A Common Maven Build Parent for NIST Open Source Projects, that provides for centralized management of plugin versions, code style, and other code quality checks.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oss-parent-19.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nist.secauto/oss-parent/ -->
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-parent</artifactId>
<version>19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-parent/
implementation 'gov.nist.secauto:oss-parent:19'
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-parent/
implementation ("gov.nist.secauto:oss-parent:19")
'gov.nist.secauto:oss-parent:pom:19'
<dependency org="gov.nist.secauto" name="oss-parent" rev="19">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='gov.nist.secauto', module='oss-parent', version='19')
)
libraryDependencies += "gov.nist.secauto" % "oss-parent" % "19"
[gov.nist.secauto/oss-parent "19"]