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