Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdgov.nist.secauto |
ArtifactId | ArtifactIdoss-parent |
Version | Version14 |
Type | Typepom |
Filename | Size |
---|---|
oss-parent-14.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nist.secauto/oss-parent/ -->
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-parent</artifactId>
<version>14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-parent/
implementation 'gov.nist.secauto:oss-parent:14'
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-parent/
implementation ("gov.nist.secauto:oss-parent:14")
'gov.nist.secauto:oss-parent:pom:14'
<dependency org="gov.nist.secauto" name="oss-parent" rev="14">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='gov.nist.secauto', module='oss-parent', version='14')
)
libraryDependencies += "gov.nist.secauto" % "oss-parent" % "14"
[gov.nist.secauto/oss-parent "14"]